.section.slides {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;height: 100vh;min-height: 710px;max-height: 806px;margin: 0 auto;max-width: 1920px; } .section.slides.no-header-img {z-index: 150; } .section.slides .carousel {display: block;position: relative;width: 100%;height: 100%; } .section.slides .carousel .holder {height: 100%;overflow: hidden; } .section.slides .carousel .holder .row {flex-wrap: nowrap;position: relative;height: 100%; } .section.slides .carousel .holder .col {flex-shrink: 0;height: 100%; } .section.slides .carousel .holder .item {position: relative;border: 0;width: 100%;height: 100vh;min-height: 710px;max-height: 806px; } .section.slides .carousel .holder .slide {height: 100%;position: relative; } .section.slides .carousel .holder .video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover; } .section.slides .carousel .holder .img-fluid {width: 100%;height: 100%;object-fit: cover; } .section.slides .carousel .holder .container {display: flex;align-items: center;justify-content: center;flex-direction: column;position: absolute;z-index: 1;top: 55%;left: 50%;transform: translateX(-50%) translateY(-50%); } @media (max-width: 991.98px) {.section.slides .carousel .holder .container {top: 69%;} } .section.slides .slide-content {backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);padding: 0 2.2222222222rem 1.1111111111rem 2.2222222222rem;border-radius: 1rem;color: var(--black);display: flex;flex-direction: column;align-items: flex-start;align-self: flex-start; } .section.slides .slide-content h2, .section.slides .slide-content .h2 {background: var(--primary);color: var(--white);padding: 0.5555555556rem;border-radius: 0.2222222222rem;margin-bottom: 1rem;font-size: 1.8888888889rem; } .section.slides .slide-content p {margin-bottom: 0; } .section.slides .slide-content .content {font-size: 1.8888888889rem;line-height: 1.3; } @media (min-width: 319px) {.section.slides .section-admin {bottom: 11.1111111111rem;} } 