.wrapper-caseStudyVideo{
    margin-bottom: 80px;
  }
  .caseStudy-video-section {
    position: relative;
    width: 100%;
    max-height: 100vh;
    height: auto;
  }

  .caseStudy-video-section::before {
    content: "";
    display: block;
    padding-top: 48.33333%;
  }

  .caseStudy-video-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .caseStudy-playble-background-video,
  .caseStudy-playble-background-video article,
  .caseStudy-back-video-desktop,
  .caseStudy-playble-background-video article video,
  .caseStudy-playble-background-video article div {
      width: 100%;
      height: 100%;
  }
  .caseStudy-playble-background-video {
    background-color: #000;
  }
  .hide {
    visibility: hidden;
    opacity: 0;
  }

  .show {
    visibility: inherit;
    opacity: 1;
  }

  .caseStudyVideo-imgCanvas {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .caseStudyVideo-imgCanvas img {
    height: auto;
    width: 100%;
  }

  .caseStudy-responsive-video {
    height: 100%;
    width: 100%;
  }

  /*.caseStudy-responsive-video video {
    height: 100%;
      width: 100%;
      object-position: center;
      object-fit: cover;
  }*/

  .caseStudy-controls-wrapper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(100vw - 100px);
    position: relative;
  }
  .iframecaseStudy-parentControl {
      position: relative;
      display: inline-block;
      width: 100%;
      padding-top: 48.2% !important;
      overflow: hidden;
  }

  .iframecaseStudy-parentControl iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
  }

  .caseStudy-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;
  }

  .caseStudy-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%;
  }

  .caseStudy-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);
  }

  .caseStudy-play-pause .icon.pause svg,
  .caseStudy-play-pause .icon.play svg  {
    fill: #fff;
  }

  .caseStudy-play-pause .icon.pause:hover svg {
    fill: #1475ff;
  }

  .caseStudy-play-pause .icon.play:hover svg {
    fill: #1475ff;
  }

  .caseStudy-play-pause .icon svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 2rem;
    max-height: 2rem;
  }

  .caseStudy-progress-wrapper {
    height: 1.6rem;
    width: 100%;
  }

  .caseStudy-progress-wrapper .caseStudy-progress {
    height: 2px;
    width: 100%;
    position: relative;
    background-color: #e9ecef;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

  .caseStudy-progress-wrapper .caseStudy-progress .caseStudy-internal-progress {
    background-color: #1475ff;
    position: absolute;
    top: 0;
    left: 0;
    outline: thin solid #1475ff;
    height: 100%;
    width: 0px;
  }

  .caseStudy-volume-controls {
    vertical-align: middle;
    display: inline-block;
    flex-shrink: 0;
    margin: 0 0 0 1.6rem;
  }



  .caseStudy-volume-controls .caseStudy-slider-vol {
    top: 3px;
    height: 2px;
    width: 80px;
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

  .caseStudy-volume-controls .caseStudy-slider-vol .caseStudy-progress-volume {
    background-color: #1475ff;
    position: absolute;
    top: 0;
    left: 0;
    outline: thin solid #1475ff;
    height: 100%;
    width: 0px;
  }

  .caseStudy-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;
  }

  .caseStudy-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);
  }

  .caseStudy-button-close .icon:hover svg {
    fill: #1475ff;
  }

  .caseStudy-button-close .icon svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    outline: none;
    max-width: 2rem;
    max-height: 2rem;
    fill: white;
  }

  .caseStudy-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%;
  }

  .caseStudy-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);
  }

  .caseStudy-mute-unmute .icon:hover svg {
    fill: #1475ff;
  }

  .caseStudy-mute-unmute .icon svg {
    height: auto;
    width: 100%;
    outline: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    max-width: 2rem;
    max-height: 2rem;
  }

  .caseStudy-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%;
    display: flex;
      align-items: center;
      justify-content: center;
  }

  .caseStudy-banner.caseStudy-video-background .caseStudy-video-content .caseStudy-button-play {
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
  }
  .caseStudy-banner.caseStudy-video-background .caseStudy-video-content .caseStudy-button-play svg {
    width: 100%;
    height: 100%;
  }

  .caseStudy-banner.caseStudy-video-background
    .caseStudy-video-content
    .caseStudy-button-play
    .caseStudy-icon-play {
    color: #000a3c;
    height: 15%;
    width: 15%;
    transition: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .caseStudy-banner.caseStudy-video-background
    .caseStudy-video-content
    .caseStudy-button-play
    .caseStudy-icon-play
    svg {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  @media (max-width: 1024px){
    .wrapper-caseStudyVideo{
      margin-bottom: 64px;
      padding-inline: 32px;
    }
    .caseStudy-caption{
      font-size: 18px;
    }
    .caseStudy-videoImg-button {
      /*width: calc(100vw - 64px);
      height: calc(100vw - 64px);*/
      width: 100%;
      height: 100%;
    }
    .caseStudy-video-section::before {
        padding-top: 100%;
    }
    .iframecaseStudy-parentControl{
      padding-top: 100% !important;
    }
    .caseStudy-banner.caseStudy-video-background .caseStudy-video-content .caseStudy-button-play{
      width: 88px;
      height: 88px;
    }
  }
  @media (max-width: 991px) {
    .wrapper-caseStudyVideo{
      padding-inline: 16px;
    }
    .caseStudy-volume-controls {
      display: none;
    }

    .caseStudy-video-controls {
      bottom: 5px;
    }
    .caseStudy-banner {
      background-size: cover;
    }


    .caseStudy-banner.image-background {
      padding-top: 30vw;
      padding-bottom: 55vw;
    }
    .caseStudy-banner.caseStudy-video-background .caseStudy-video-content {
      padding: 0;
    }
    .caseStudy-controls-wrapper {
      padding-left: 25px;
      padding-right: 25px;
      max-width: 145rem;
    }
  }
  @media (max-width: 767px){
    .caseStudy-videoImg-button {
      width: calc(100vw - 32px);
      height: calc(100vw - 32px);
    }
  }


