.swiper-slide {
    min-height: 650px ! important;
    width: 100% !important;
}

.swiper-container {
    min-height: 600px;
}

.center-block.carousel-tabs {
    position: relative;
    top: -250px;
    z-index: 1;
}

.carousel-section .carousel-content {
    max-width: 1290px;
    display: block;
    margin: 0 auto;
}

.carousel-section .hero-block-content {
    position: relative;
    top: 125px;
}

.carousel-section .hero-block-content,
.carousel-section .hero-block-content h1,
.carousel-section .hero-block-content h2 {
    color: #fff;
}

.carousel-section .swiper-button-next {
    left: -10px;
    background-image: url('../images/right-arrow.svg');
    background-size: 44px 44px;
    transform: rotate(180deg);
}

.carousel-section .swiper-button-prev {
    right: -10px;
    background-image: url('../images/left-arrow.svg');
    background-size: 44px 44px;
    transform: rotate(180deg);
}

.carousel-section .carousel-arrows {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1290px;
    z-index: 1;
    top: 27%;
    right: 50%;
    transform: translate(50%, -50%);
}

.video-background-n {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground-n, .video-background-n iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media(min-aspect-ratio: 16/9) {
    .video-foreground-n {
        height: 300%;
        top: -100%
    }
}

@media(max-aspect-ratio: 16/9) {
    .video-foreground-n {
        width: 300%;
        left: -100%
    }
}
@media(max-width: 1400px) {
    .carousel-section .swiper-button-next {
        left: 15px;
    }

    .carousel-section .swiper-button-prev {
        right: 15px;
    }
}

@media(max-width: 767px) {
    .carousel-section .carousel-arrows {
        top: 40%;
    }
}

.img-resolution {
    height: 228px;
    width: 259px;
}