.panel-video-gallery{
    position: relative;
    padding-top: 96px;
    padding-bottom: 30px;
}
@media (min-width: 1542px){
    .panel-video-gallery .container-medium {
        max-width: 1442px;
    }
}

.panel-video-gallery h3{
    color: rgb(127, 127, 127);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.52px;
    line-height: 1.8;
    text-align: center;
}
.panel-video-gallery .col-video{
    margin-bottom: 63px;
}
.panel-video-gallery  .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57.25%;
  }
  .panel-video-gallery  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .panel-video-gallery  .video-wrapper .button-videoplay {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(images/icon-play.png) no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    z-index: 99;
  }
  .panel-video-gallery .col-video p.video-title{
    color: rgb(14, 5, 104);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 1.35;
    text-align: left;
    margin-top: 23px;
    margin-bottom: 0;
  }