.content-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.content-video--format-1 {
    padding-bottom: 100%; /* 1:1 */
}
.content-video--has-consent-gate {
    padding-bottom: 0;
    height: auto;
}
.content-video__ccm-placeholder-wrap {
    position: relative;
    background-color: #fff;
}
.content-columns__col > .content-video:only-child {
    height: auto;
}
.content-slideshow__text-content > .content-video.content-element:only-child {
    margin-bottom: 0;
}
.content-video__loader-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content-video__iframe,
.content-video__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}
.content-video__custom {
    position: relative;
    display: block;
    width: 100%;
}