.video-full-width__container { max-width: 78.75rem; width: calc(100% - (1.25rem * 2)); margin: 0 auto; position: relative; }

.video-full-width h2 { padding-bottom: .25em; border: none; border-bottom: 2px solid var(--report-primary); margin-bottom: 1.625rem; }

.video-full-width__row { display: grid; gap: 1.25rem; }

@media (min-width: 1024px) { .video-full-width__row { grid-template-columns: repeat(12, 1fr); } }

.video-full-width__video { position: relative; min-height: 400px; }

@media (min-width: 1024px) { .video-full-width__video { grid-column: 1 / 8; } }

.video-full-width__video .video { position: relative; margin-top: 3.75rem; margin-bottom: 7.5rem; }

.video-full-width__video .video__background { position: absolute; display: block; inset: 0; background-size: cover; height: 100%; background-position: center center; z-index: 5; margin: 0 auto; }

.video-full-width__video .video__background img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

@media (min-width: 768px) { .video-full-width__video .video__background img { min-height: 400px; } }

@media (min-width: 768px) { .video-full-width__video .video__background { min-height: 400px; max-height: 400px; padding-bottom: 0; } }

.video-full-width__video .video__container { z-index: 10; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-full-width__video .video__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 0; }

@media (min-width: 768px) { .video-full-width__video .video__content { text-align: left; } }

.video-full-width__video .video-player { margin: 0 auto; max-width: 100%; }

.video-full-width__video .video-player__player--embed { position: relative; min-height: 400px; max-height: 400px; width: 100%; }

@media (min-width: 768px) { .video-full-width__video .video-player__player--embed { min-height: 400px; } }

.video-full-width__video .video-player__player--embed::after { content: ""; display: block; padding-bottom: 41.66666667%; }

.video-full-width__video .video-player__player--embed iframe { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; }

.video-full-width__video .video-player__player-controls { width: 4.375rem; height: 4.375rem; border-radius: 200px; position: relative; }

.video-full-width__video .video-player__player-controls:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (min-width: 768px) { .video-full-width__video .video-player__player-controls { display: block; } }

.video-full-width__video .video-player__player-controls.video-loading span { color: transparent; }

.video-full-width__video .video-player__player-controls.video-loading span:before { border-color: #fff transparent #fff transparent; -webkit-animation: dual-ring 1.2s linear infinite; animation: dual-ring 1.2s linear infinite; }

.video-full-width__video .video-player__player-controls.video-loading span:after { opacity: 0; }

.video-full-width__video .video-player__player-controls span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-transform: uppercase; background-color: var(--report-headline-alt); background: radial-gradient(var(--report-headline-alt) 52%, var(--report-primary) 52%, var(--report-primary) 60%, var(--report-headline-alt) 60%); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); border-radius: 50%; width: 70px; height: 70px; }

.video-full-width__video .video-player__player-controls span::after { content: ""; position: absolute; top: 1.5rem; left: calc(50% + 0.20rem); -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: .65rem 0 .65rem 1rem; border-color: transparent transparent transparent var(--report-primary); }

@-webkit-keyframes dual-ring { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes dual-ring { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@media (min-width: 1024px) { .video-full-width__content { grid-column: 8 / 13; } }

.video-full-width__content-title h3 { color: var(--report-primary); margin-bottom: 1.25rem; }

.video-full-width__content-video-link { margin-top: 1.5rem; }

.video-full-width__content a { margin-top: 1.5rem; }
