.card-video-section {
    position: relative;
    width: 100%;
    height: auto;
}

.card-video-section::before {
    content: "";
    display: block;
    padding-top: 56.33333%;
}

.card-video-abs-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hide {
    visibility: hidden;
    opacity: 0;
}

.show {
    visibility: inherit;
    opacity: 1;
}

.card-video-imgCanvas {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-video-imgCanvas img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-responsive-video {
    height: 100%;
    width: 100%;
}

/*.card-responsive-video video {
    height: 100%;
      width: 100%;
      object-position: center;
      object-fit: cover;
  }*/

.card-controls-wrapper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: calc(100vw - 100px);
    position: relative;
    z-index: 2;
}

.card-video-container,
.card-video-section,
span.card-playble-background-video,
span.card-playble-background-video * {
    height: 100%;
}

.card-video-container::before,
.card-video-container::after {
    display: none;
}

span.card-playble-background-video {
    display: block;
    /* width: 100%; */
}
.card-video-abs-fill.show {
    z-index: 2;
}

@media (max-width: 991px) {
    .card-controls-wrapper {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 145rem;
    }

    .card-video-container.playIconRight {
        margin-right: 0;
    }
}

.card-video-controls {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
    position: absolute;
    transition: opacity 0.35s;
}

.card-play-pause {
    color: #7feaed;
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding: 0;
    border-radius: 50%;
}

.card-play-pause .icon {
    color: #fff;
    height: 50%;
    width: 50%;
    position: absolute;
    outline: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.card-thumbnail-item.card-caption-gradient .card-play-pause .icon svg{
    fill: #fff;
}


.card-thumbnail-item:not(.card-caption-gradient) .card-play-pause .icon.pause svg,
.card-thumbnail-item:not(.card-caption-gradient) .card-mute-unmute .icon svg,
.card-thumbnail-item:not(.card-caption-gradient) .card-button-close .icon svg {
    fill: #000a3c !important;
}

.card-play-pause .icon.pause:hover svg {
    fill: #1475ff;
}

.card-play-pause .icon.play:hover svg {
    fill: #1475ff;
}

/* card-thumbnail-item  */

.card-play-pause .icon svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 2rem;
    max-height: 2rem;
}

.card-progress-wrapper {
    height: 1.6rem;
    width: 100%;
}

.card-progress-wrapper .card-progress {
    height: 2px;
    width: 100%;
    position: relative;
    background-color: #e9ecef;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.card-progress-wrapper .card-progress .card-internal-progress {
    background-color: #1475ff;
    position: absolute;
    top: 0;
    left: 0;
    outline: thin solid #1475ff;
    height: 100%;
    width: 0px;
}

.card-volume-controls {
    vertical-align: middle;
    display: inline-block;
    flex-shrink: 0;
    margin: 0 0 0 1.6rem;
}

@media (max-width: 991px) {
    .card-volume-controls {
        display: none;
    }

    .card-video-controls {
        bottom: 5px;
    }
}

.card-volume-controls .card-slider-vol {
    top: 3px;
    height: 2px;
    width: 80px;
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.card-volume-controls .card-slider-vol .card-progress-volume {
    background-color: #1475ff;
    position: absolute;
    top: 0;
    left: 0;
    outline: thin solid #1475ff;
    height: 100%;
    width: 0px;
}

.card-button-close {
    color: #7feaed;
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding: 0;
    border-radius: 50%;
    margin-left: 40px;
}

.card-button-close .icon {
    color: #fff;
    height: 50%;
    width: 50%;
    position: absolute;
    outline: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-button-close .icon:hover svg {
    fill: #1475ff;
}

.card-button-close .icon svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    outline: none;
    max-width: 2rem;
    max-height: 2rem;
    fill: white;
}

.card-mute-unmute {
    color: #1475ff;
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding: 0;
    border-radius: 50%;
}

.card-mute-unmute .icon {
    fill: white;
    height: 50%;
    width: 50%;
    position: absolute;
    outline: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-mute-unmute .icon:hover svg {
    fill: #1475ff;
}

.card-mute-unmute .icon svg {
    height: auto;
    width: 100%;
    outline: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    max-width: 2rem;
    max-height: 2rem;
}

.card-banner {
    /*padding: 0 1.875vw;
      font-family: "ViacomCBSRaisonne";
      font-weight: bold;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right bottom;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;*/
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .card-banner {
        background-size: cover;
    }

    .card-banner.image-background {
        padding-top: 30vw;
        padding-bottom: 55vw;
    }
}

@media (min-width: 992px) {
    /*.card-banner.card-video-background {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 100px);
    }*/
}

.card-banner.card-video-background .card-video-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .card-banner.card-video-background .card-video-content {
        padding: 8rem 0;
    }
}

@media (max-width: 991px) {
    .card-banner.card-video-background .card-video-content {
        padding: 0 0;
    }

    .card-video-container.playIconRight .card-banner.card-video-background .card-video-content,
    .card-video-container.playIconLeft .card-banner.card-video-background .card-video-content {
        right: auto;
        left: 5%;
        bottom: 10%;
    }
}

.card-banner.card-video-background .card-video-content .card-button-play {
    width: 10vw;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .card-banner.card-video-background .card-video-content .card-button-play {
        height: 20vw;
        width: 20vw;
    }

    .card-banner.card-video-background .card-video-content .card-button-play svg {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .card-banner.card-video-background .card-video-content .card-button-play {
        height: 80px;
        width: 80px;
    }
}

.card-banner.card-video-background .card-video-content .card-button-play .card-icon-play {
    color: #000a3c;
    height: 15%;
    width: 15%;
    transition: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-banner.card-video-background .card-video-content .card-button-play .card-icon-play svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.video-spotlight {
    position: absolute;
    top: -16px;
    right: 16px;
    z-index: 4;
    background-color: #1d7aff;
    color: #fff;
    padding: 0.9em 1.5em;
    font-size: 14px;
    font-family: "ProximaNova";
    font-weight: 700;
}

.video-spotlight:before {
    content: "";
    height: 0;
    width: 0;
    right: -16px;
    top: 0px;
    border-bottom: 16px solid #023f8c;
    border-right: 16px solid transparent;
    position: absolute;
}

.card-video-container.tagLeft .video-spotlight {
    left: 0;
    right: auto;
}

.card-video-container.tagLeft .video-spotlight:before {
    right: -16px;
    top: 0px;
    border-right: 16px solid transparent;
}

.card-video-container.tagRight .video-spotlight {
    left: auto;
    right: 16px;
}

.card-video-container.tagRight .video-spotlight:before {
    right: auto;
    left: 117px;
    border-right: 16px solid transparent;
    border-left: transparent;
}

/*.card-banner.card-video-background .card-video-content .card-button-play::after {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      height: 100%;
      width: 100%;
      border-radius: 100%;
      background-color: currentColor;
      content: "";
      z-index: -1;
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }*/
@media (min-width: 991px) and (max-width: 1600px) {
    .video-spotlight {
        top: -15px;
    }

    .card-video-container.tagRight .video-spotlight:before {
        left: 118px;
    }
}

@media (max-width: 990px) {
    .card-video-container.tagLeft .video-spotlight {
        right: 16px;
        left: auto;
    }
}
