.gallery{position:relative}.gallery-slider{display:flex;flex-direction:column;align-items:center;color:rgb(255,255,255);height:auto;justify-content:center;background-color:var(--off-white);padding-bottom:2rem}.gallery-cover{width:100vw;aspect-ratio:21/9;display:flex;justify-content:start;align-items:start;overflow:hidden;object-fit:cover}.gallery-cover img,.gallery-cover video{width:100%;height:100%;object-fit:cover}.gallery-video video::-webkit-media-controls{display:none}.gallery-video:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 80%);pointer-events:none;z-index:1}.gallery-text{height:auto;min-height:20vh;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding:2rem 1rem 1rem;background-color:var(--dark-gray);text-shadow:rgba(255,255,255,.5) 0 0 50px;h2{font-weight:600;font-size:2rem}h2,p{max-width:1200px}p{color:white;font-weight:400;width:80%;font-size:.6rem}}.galleryHeader img,.galleryHeader video{width:100%;height:100%;object-fit:cover}@keyframes sizeInGallery{0%{height:100vh}to{height:90vh}}.galleryHeader-header{display:grid;width:100%;padding:.2rem 2rem;color:var(--dark-gray);height:auto;background-color:var(--off-white);text-align:center;box-shadow:10px 0 10px hsla(0,0%,0%,.5);h2{font-size:.6rem;font-weight:300}.box{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem;margin-bottom:5%;gap:1rem;.box-img{width:15%;img{width:100%;height:auto;object-fit:cover}}.box-text{width:40%;text-align:left;h1{font-size:.9rem}p{font-size:.7rem}}.box-video{width:30%;height:100%;video{width:100%;height:auto;border-radius:30px}}}}.galleryHeader-mobile{display:none}@media screen and (max-width:600px){.galleryHeader-header{display:grid;width:100%;padding:.2rem 2rem;color:var(--dark-gray);height:auto;background-color:var(--off-white);text-align:center;box-shadow:10px 0 10px hsla(0,0%,0%,.5);h2{font-size:.6rem;font-weight:300}.box{display:block;text-align:center;.box-img{width:60%;margin:auto;img{width:100%;height:auto;object-fit:cover}}.box-text{width:80%;text-align:left;margin:auto;h1{font-size:.9rem}p{font-size:.7rem}}.box-video{width:90%;height:auto;margin:auto;video{width:100%;height:auto;border-radius:30px}}}}.galleryHeader-desktop{display:none}.galleryHeader-mobile{display:flex}@keyframes sizeInGallery{0%{height:100vh}to{height:100vh}}}.gallery{display:flex;flex-direction:column;align-items:center;background-color:var(--dark-gray)}