.ducksSection{display:block;flex-direction:column;width:100%;padding:0;text-align:center;min-height:0}.ducksSection h1{font-family:Inter-Subset,"sans-serif";background:#0000a0;color:#ded5d9;font-size:2rem;font-weight:700;opacity:0;animation:fadein 2s ease forwards;margin-bottom:2rem}.ducksSection__videoWrap{width:100%;margin:0 auto}.ducksSection__videoCard{border:1px solid #444;border-radius:8px;margin-bottom:2rem}.ducksSection__videoCardHeader{background:#0000a0;color:#fff;opacity:0;font-size:1.6rem;animation:fadein 2s ease .8s forwards}.ducksSection video{display:block;opacity:0;max-width:100%;animation:fadein 2s ease .5s forwards}@keyframes fadein{0%{opacity:0}to{opacity:1}}@media (min-width:768px){.ducksSection h1{font-size:3rem}.ducksSection__videoWrap{width:100%;max-width:640px}.ducksSection__videoCard{margin:0 auto 3rem}.ducksSection__videoCardHeader{font-size:1.8rem}}