section-store--video-carousel-modal{display:none}section-store--video-carousel-modal.style-full.active{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999999999;animation:modalFadeIn .3s ease-out}section-store--video-carousel-modal.style-side{display:block;position:fixed;bottom:-100%;right:20px;width:300px;height:auto;z-index:9999999999;transition:bottom .3s cubic-bezier(.175,.885,.32,1.275)}section-store--video-carousel-modal.style-side.active{bottom:20px}@media (max-width:768px){section-store--video-carousel-modal.style-side{width:calc(100vw - 40px);right:20px}section-store--video-carousel-modal.style-side.active{bottom:20px}}@media (max-width:480px){section-store--video-carousel-modal.style-side{width:calc(100vw - 20px);right:10px}section-store--video-carousel-modal.style-side.active{bottom:10px}}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}