.gallery {
    overflow: hidden;
    position: relative;
}

.gallery .owl-carousel .owl-stage-outer::before,
.gallery .owl-carousel .owl-stage-outer::after {
    content: "";
    background: url(../../../../../../themes/appo/resources/images/border-white.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -2px;
    max-height: 24px;
    transform: rotate(180deg);
    z-index: 2;
}

.gallery .owl-carousel .owl-stage-outer::after {
    top: initial;
    bottom: -2px;
    transform: none;
}

.gallery figure {
    position: relative;
}

.gallery figure .image {
    position: relative;
    width: 100%;
    height: 240px;
}

@media screen and (min-width: 1200px) {
    .gallery figure .image {
        height: 437px;
    }
}

.gallery figure .image::before {
    content: "";
    background: url("../images/noise.png");
    width: 100%;
    height: 100%;
    position: absolute;
}

.gallery figure .image img {
    object-fit: cover;
    height: 100%;
}

.gallery figure figcaption {
    display: none;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #646363;
    text-align: center;
    margin: 24px 0;
}

@media screen and (min-width: 1200px) {
    .gallery figure figcaption {
        position: absolute;
        bottom: -60px;
        text-align: left;
    }
}

.gallery .arrow {
    margin-top: 24px;
}

@media screen and (min-width: 1200px) {
    .gallery .arrow {
        margin-left: 30%;
    }
}