.lp-gallery-19 {
    position: relative;
}

.lp-gallery-19__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-gallery-19__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.lp-gallery-19__wrap {
    padding: 32px 0;
}

.lp-gallery-19__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.lp-gallery-19-arrow--left {
    background-image: url("img/arrow.svg");
    margin-right: 8px;
}

.lp-gallery-19__content {
    margin-top: 32px;
}

.lp-gallery-19__slider {
    height: 100%;
}

.lp-gallery-19 .owl-carousel .owl-stage-outer {
    height: 100%;
}

.lp-gallery-19 .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.lp-gallery-19 .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    line-height: 0;
    font-size: 0;
    height: 100%;
}

.lp-gallery-19__gallery-item {
    display: block;
    width: 100%;
    height: 217px;
    min-width: 289px;
    overflow: hidden;
}

.lp-gallery-19__gallery-item-inner {
    width: 100%;
    height: 100%;
}

.lp-gallery-19__gallery-item-inner img {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-gallery-19__gallery-item-inner:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lp-gallery-19__gallery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-gallery-19__controls.one-slide {
    display: none;
}

@media all and (min-width: 600px) {
    .lp-gallery-19__wrap {
        padding: 56px 0;
    }

    .lp-gallery-19__controls {
        margin-top: 24px;
    }

    .lp-gallery-19__content {
        height: 438px;
    }

    .lp-gallery-19__slider-item {
        margin: 0 -12px -24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .lp-gallery-19__gallery-item {
        margin-bottom: 24px;
        margin-right: 12px;
        margin-left: 12px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 207px;
        min-width: 276px;
    }

    .lp-gallery-19__gallery-item:nth-child(4n+1):last-child, .lp-gallery-19__gallery-item:nth-child(4n+1):nth-last-child(2) {
        height: 100%;
    }

    .lp-gallery-19__gallery-item:nth-child(4n+2):last-child {
        height: 100%;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-19__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lp-gallery-19__header {
        -ms-flex-item-align: center;
        align-self: center;
        width: 272px;
    }

    .lp-gallery-19__content {
        margin-top: 0;
        width: 592px;
        height: 450px;
    }

    .lp-gallery-19__gallery-item {
        height: 213px;
        min-width: 284px;
    }

    .lp-gallery-19._reverse .lp-gallery-19__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-19__wrap {
        padding: 80px 0;
    }

    .lp-gallery-19__header {
        width: 368px;
    }

    .lp-gallery-19__content {
        width: 760px;
        height: 576px;
    }

    .lp-gallery-19__gallery-item {
        height: 276px;
        min-width: 368px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-19__header {
        width: 408px;
    }

    .lp-gallery-19__content {
        width: 848px;
        height: 636px;
    }

    .lp-gallery-19__gallery-item {
        height: 306px;
        min-width: 412px;
    }
}