.video-dropdown{position:fixed;top:0;left:0;z-index:11;width:100vw;height:100vh;background-color:rgba(255,255,255,.75)}.video-dropdown__thumb{position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:15;min-width:355px;padding:20px;padding-top:56px;background-color:var(--color__bg-section-dark)}.video-dropdown__thumb--close--btn{position:absolute;top:20px;right:20px;z-index:16;cursor:pointer;transition:all .3s ease-in-out}.video-dropdown__thumb--close--btn:hover{rotate:180deg}.video-dropdown__wrapper{display:flex;align-items:center;justify-content:center;min-height:490px;margin-bottom:20px}.video-dropdown__thumb--content{color:#fff}.video-dropdown__thumb--name{font-size:24px;line-height:1}.video-dropdown__thumb--description{font-size:18px;line-height:1.4}.video-dropdown__thumb--description *{font-size:18px;line-height:1.4}@media screen and (min-width: 768px){.video-dropdown__thumb{display:flex;align-items:center;min-width:clamp(728px,61vw,873px);padding-top:20px}.video-dropdown__wrapper{min-height:638px;margin-bottom:0;margin-right:30px}.video-dropdown__wrapper video{min-height:638px;height:100%;max-width:none;width:408px}}.backdrop-hidden{width:1px;height:1px;opacity:0;display:none;left:-510%}