.carousel-wrapper{--content-height: 380px;height:calc(var(--content-height) + 40px);width:100%;padding:20px 0;margin:0;overflow:hidden}@media(max-width: 768px){.carousel-wrapper{--content-height: calc(100vw - 80px)}}@media(min-width: 1200px){.carousel-wrapper{--content-height: 411px}}.carousel-wrapper ul.wp-block-post-template{position:relative}.carousel-wrapper li.wp-block-post{position:absolute;top:0;left:0;height:var(--content-height);transform-style:preserve-3d;margin:0;border-radius:10px;box-shadow:8px 4px 10px 0px rgba(0,0,0,.2);overflow-y:hidden}.carousel-wrapper .wp-block-post-featured-image{width:100%;height:100%;margin:0;aspect-ratio:3/4}.carousel-wrapper img{width:100%;height:100%;object-fit:cover;position:relative;cursor:pointer}.carousel-wrapper .carousel-next,.carousel-wrapper .carousel-prev{display:none !important;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .3s ease,background-color .3s ease}.carousel-wrapper .carousel-next:hover,.carousel-wrapper .carousel-prev:hover{opacity:1;background-color:rgba(0,0,0,.8)}.carousel-wrapper .carousel-next svg,.carousel-wrapper .carousel-prev svg{width:20px;height:20px}/*# sourceMappingURL=carousel.css.map */