section.video{container:section-video/inline-size}section.video .video-wrapper{aspect-ratio:16/9}section.video button.play{background:var(--white);border-radius:100%;justify-content:center;align-items:center;width:160px;height:160px;transition:background .5s cubic-bezier(.22,1,.36,1);display:flex}@container section-video (max-width:1200px){section.video button.play{width:120px;height:120px}@container section-video (max-width:800px){section.video button.play{width:80px;height:80px}}}section.video button.play svg{width:50%;height:50%;fill:var(--pink);transition:fill .5s cubic-bezier(.22,1,.36,1);left:5px}@media (hover:hover){section.video button.play:hover{background:var(--pink)}section.video button.play:hover svg{fill:var(--white)}}
