.hero-single-project {
    display: flex;
    height: 95vh;
}

.single-project .project-buttons {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.single-project .project-buttons a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.single-project .project-buttons .separator {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 10px;
}


.single-project-hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1800px;
    max-width: 90%;
    margin: 0 auto;
}


.single-project-hero-left .size-medium-large {
    height: 375px;
    width: 250px;
}

.single-project-hero-left .size-medium-large {
    max-width: none
}

.single-project-info {
    position: relative;
}

.single-project-info h1 {
    margin: 0;
    color: #FFF;
}

.project-copy {
    color: #FFF;
}

.single-project-info p {
    color: #FFF;
    margin: 5px 0;
}


.bg-dimmer {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}

.single-project-hero-right {
    max-width: 700px;
}

.single-project-hero-right, .single-project-hero-video {
    margin-left: 50px;
}

.project-description {
    padding: 100px 0;
}

.project-description p {
    font-size: 18px;
}

.project-description iframe {
    display: block;
    margin: 0 auto;
}



/* Smaller that laptop */
@media only screen and (max-width: 1300px) {




/* Tablet */
@media only screen and (max-width: 980px) {
    
    .single-project-hero-container {
        margin: 0 auto;        
    }

    .single-project-hero-container {
        padding: 100px 0;
    }

    .single-project-hero-right, .single-project-hero-video {
        margin-left: 0;
    }

    .hero-single-project {
        height: auto;
    }


}




/* Phone */
@media only screen and (max-width: 800px) {

    .single-project-hero-container {
        flex-direction: column;
        padding: 50px 0;
        
    }

    .single-project-info {
        margin: 0;
    }

    .single-project-hero-right {
        width: 90%;
        margin-top: 30px;
        align-items: stretch;
    }

    .single-project-title {
        font-size: 30px;
        line-height: 35px;
    }
    
    .single-project-info h1 {
        margin-bottom: 35px;
        text-align: center;
    }

    
}
}