.panel-text-video{
    position: relative;
    padding-top: 53px;
    padding-bottom: 50px;
}
.panel-text-video h3{
    color: rgb(14, 5, 104);
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.67px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.panel-text-video .content-wrapper p{
    color: rgb(112, 112, 112);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 1.8;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.panel-text-video  .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 59.25%;
  }
  .panel-text-video  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .panel-text-video  .video-wrapper .button-video-play {
    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;
  }


@media (max-width:1683px) {
	.panel-text-video .content-wrapper br { display:none; }
}