.video-section{display:flex;justify-content:center;min-height:fit-content;picture{width:100%;object-fit:cover}}.video-section__video{width:100%;overflow:hidden}.video-section .video-thumbnail{aspect-ratio:16 / 5;min-height:320px;border-radius:inherit;background:var(--colors-grays-200);display:flex;max-width:100%}.video-section .video-thumbnail__image,.video-section .video-thumbnail__placeholder{width:100%;height:100%;object-fit:cover;border-radius:inherit}.video-section iframe{width:100%;height:100%}.video-section .video-play-button{width:64px;height:64px;background:var(--colors-base-white);border:none}.video-section .video-play-button .icon{width:20px;height:20px;color:var(--colors-grays-700)}.video-section .video-duration{bottom:var(--spacing-lg);right:var(--spacing-lg)}.video-section .video-label{bottom:var(--spacing-lg)}@media screen and (max-width: 768px){.video-section .video-thumbnail{aspect-ratio:16 / 9}.video-section .video-play-button{width:48px;height:48px}}
