.gallery-section .image-placeholder img {
    width: 100%;
    height: 100%;
}

.gallery-section .item-list {
    height: 500px;
}

.gallery-section .item-list-inner {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.gallery-section .inner-item {
    position: relative;
    max-height: 95%;
}

.gallery-section .description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15%;
}

.section.gallery-section {
    padding: 0 3% !important;
}

.gallery-section .gallery-list .description {
}

.gallery-section .images .description {
    align-items: flex-end;
}

    .gallery-section .images .description .inner-item .big-title {
        margin-top: 10px;
        margin-bottom: 10px;
        transform: translate3d(0,0,0);
    }

    .gallery-section .images .description .inner-item {
        width: 100%;
        margin-bottom: 20px;
    }

.gallery-section .gallery-list .description .inner-item .text {
    margin-top: 2%;
}

.gallery-section .gallery-list .description .inner-item .big-title {
    margin-top: 10px;
}

.gallery-section .description .big-title,
.gallery-section .description .text.extra-small:not(.big-title) {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
}

.gallery-section .description .big-title {
    font-size: 20px;
    line-height: 1.1em;
}

.gallery-section .description .text:not(.big-title) {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.gallery-section .description .text.extra-small:not(.big-title) {
    font-size: 12px;
}

.gallery-section .top-title .big-title {
    font-size: 28px;
}

.gallery-section .logo {
    width: 50px;
    height: 50px;
    fill: none;
}



.gallery-section .gallery-image:hover .logo rect#icon_white_hover_layer, .gallery-section .item .description:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

/* ----------------- PREMIUM --------------------- */
.gallery-section .gallery-image.premium:hover .description .inner-item .text {
    color: #d4af37;
}

.gallery-section .gallery-image.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.gallery-section .gallery-image.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 22px;
    height: 28px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 3px;
}

.gallery-section .gallery-image.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 22px;
    height: 28px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}

.gallery-section .gallery-image.premium:hover .logo rect#icon_white_hover_layer, .gallery-section .gallery-image.premium .item .description:hover .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}

/* ----------------- END PREMIUM --------------------- */


.gallery-section .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.gallery-section .image-placeholder img {
    filter: brightness(100%);
    -webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

.gallery-section .images a:hover .image-placeholder img,
.gallery-section .item:hover .image-placeholder img {
    filter: brightness(120%);
}

.gallery-section .shadow .gradient {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.gallery-section .gallery-list {
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

    .gallery-section .gallery-list .slick-list {
        overflow: visible;
    }


.gallery-section .images .gallery-image {
    position: relative;
}


@media (max-width: 425px) {
    .gallery-section .images .description .inner-item .big-title {
    }

    .gallery-section .images .description .inner-item {
        margin-bottom: 0px;
        margin-top: 15%;
    }

    .gallery-section .images .description {
        align-items: flex-start;
    }
}

/* Mobile intermediate breakpoint (425 and up) */

@media (min-width: 425px) {
    .gallery-section .description {
        padding-left: 10%;
    }

    .gallery-section .top-title .big-title {
        font-size: 34px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /*
    .gallery-section .top-title .big-title {
        font-size: initial;
    }
    */

    .section.gallery-section {
        padding: 0
    }

    .gallery-section .description {
    }

    .gallery-section .gallery-list .description .inner-item .text {
        margin-top: 0;
    }

    .gallery-section .gallery-list .description .inner-item {
        width: 90%;
        padding-bottom: 25px;
        max-height: 95%;
        position: inherit;
        bottom: 0;
    }

        .gallery-section .gallery-list .description .inner-item .big-title {
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .gallery-section .gallery-list .description .inner-item .extra-small {
            margin-top: 25px;
        }

    .gallery-section .images .description .inner-item .big-title {
        font-size: 22px;
        height: 48px;
    }

    .gallery-section .images .description .inner-item .big-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .gallery-section .images .description .inner-item {
        margin-bottom: 25px;
    }

    .gallery-section .description .big-title {
        font-size: 36px;
    }


    .gallery-section .logo {
    }

    .gallery-section .video.logo {
        margin-left: 2%;
    }

    .gallery-section .gallery-list .description {
    }
}


@media (min-width: 992px) {
    .gallery-section .description .big-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .gallery-section .description {
    }

        .gallery-section .description .big-title {
            font-size: 36px;
        }
}

.gallery-section .gallery-list img.more-dark {
    height: 205px;
}

@media (min-width: 760px) {
    .gallery-section .gallery-list img.more-dark {
        height: 320px;
    }
}
