.carousel-background{background-color:#000;width:100vw;height:101vh;position:fixed;top:0;left:0;z-index:9997;animation:fadeIn .6s ease}.carousel-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:0;animation:fadeIn .7s ease-in-out forwards;animation-delay:.5s;display:flex;align-items:center}.carousel-top-controls{display:flex;justify-content:center;align-items:center;padding-left:2%}.carousel-close:after{display:inline-block;content:"×";color:var(--base-color)}.carousel-close{border:none;background-color:transparent;font-size:60px;cursor:pointer;padding:0;font-weight:lighter}.carousel-close:hover{font-weight:200}.carousel-container::-webkit-scrollbar{width:0;background:transparent}.carousel-container{scrollbar-width:none;-ms-overflow-style:none}#carousel-arrow-left{background:url("data:image/svg+xml,%3csvg%20width='47'%20height='108'%20viewBox='0%200%2047%20108'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M45%202L2%2054L45%20106'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}#carousel-arrow-right{background:url("data:image/svg+xml,%3csvg%20width='47'%20height='108'%20viewBox='0%200%2047%20108'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%20106L45%2054L2%202'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}#carousel-arrow-left,#carousel-arrow-right{background-size:contain;min-width:10vw;min-height:10vh}#carousel-arrow-left:hover,#carousel-arrow-right:hover{transform:scale(1.1);filter:brightness(.9)}.carousel-media-fade-out{animation:fadeOut .7s ease,carousel-media-scale .7s ease!important}@keyframes carousel-media-scale{0%{transform:scale(1)}to{transform:scale(1.1)}}@media (prefers-reduced-motion: reduce){.carousel-media-fade-out,.carousel-background{animation:none}.carousel-container{opacity:1;animation:none}}
