.dropdown{animation:dropdownAnimation .4s ease-out}@keyframes dropdownAnimation{0%{opacity:.5;scale:.7;filter:blur(5.5px)}70%{filter:blur(0)}to{opacity:1;scale:1;filter:blur(0)}}.buttontest{width:100%;border:1px solid hsla(0,0%,100%,.6);font-weight:500;font-family:inherit;border-radius:16px;font-size:.875rem;line-height:2.25rem;background:linear-gradient(180deg,#d3d3d32d,#2c2c2c43);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;color:#fff}@keyframes fade-in-up{0%{opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.videoplayer iframe{max-width:100%;max-height:100%}.videoplayer.stuck{height:145px;width:260px}@media (min-width:1024px){.videoplayer.stuck{height:240px;width:425px}}.videoplayer.stuck{position:fixed;bottom:20px;right:20px;transform:translateY(100%);animation:fade-in-up .25s ease forwards;box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.videoplayer.unstuck{animation:fade-in-scale .25s ease forwards}