.threegallery{
    padding-top: 7.9rem;
}

.threegallery .col-12-12{
    padding: 0;
}

.threegallery__item{
    position: relative;
    height: 27rem;
}

.threegallery__item__copy{
    position: absolute;
    left: 0;
    bottom: 5.4rem;
    width: 100%;
    z-index: 1;
}

.threegallery__item__img{
    height: 100%;
    position: relative;
}

.threegallery__item__img:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 13.7rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
    width: 100%;
}

.threegallery__item__copy .threegallery__item__copy__title{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 2.2em;
    line-height: 2.8rem;
    font-family: minion-pro, serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: block;
}

.threegallery__item__copy__desc{
    display: none;
}

.threegallery__title{
    font-size: 2.6em;
    color: #EDF2F2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-align: center;
    margin-bottom: 3.4rem;
}

.showdesc .threegallery__item__copy__desc{
    display: block;
}

.threegallery__item__copy__desc span{
    display: block;
    font-size: 1.4em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-align: center;
}

.showdesc .threegallery__item__copy{
    bottom: 4rem;
}

@media only screen and (min-width: 552px){
    .threegallery__item{
        height: 40rem;
    }

    .move__top{
        -o-object-position: 0px -14rem;
           object-position: 0px -14rem;
    }
}

@media only screen and (min-width: 769px){
    .threegallery{
        padding-top: 15.9rem;
    }

    .threegallery__title{
        font-size: 3.4em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        margin-bottom: 4.8rem;
    }
    .threegallery .row{
        max-width: 147rem;
    }

    .threegallery .row .col-12-12{
        padding: 0 1.5rem;
    }

    .threegallery__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .threegallery__item{
        height: 45rem;
    }

    .threegallery__item__img:after{
        height: 21.1rem;
    }

    .threegallery__item__copy__desc{
        display: block;
        margin-top: 3.3%;
    }
    
    .threegallery__item__copy__desc span{
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }

    .threegallery__item__copy,
    .showdesc .threegallery__item__copy{
        bottom: 8%;
    }

    .threegallery__item__copy .threegallery__item__copy__title{
        font-size: 2.2em;
        line-height: 3.8rem;
        width: 30rem;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1365px){
    .threegallery .row .col-12-12{
        padding: 0;
    }

}

@media only screen and (min-width: 1366px){
    .threegallery__item{
        height: 60rem;
    }
}

/* Hero Images */

@media only screen and (min-width: 1024px){
    .threegallery__item .threegallery__item__img{
        overflow: hidden;
    }
    
    .threegallery__item .threegallery__item__img img{
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08);
    }

    .threegallery.animateActive .threegallery__item .threegallery__item__img img{
        -webkit-animation: openImageThree 4s ease-in-out forwards;
                animation: openImageThree 4s ease-in-out forwards;
    }
}