.tcl-media-text__wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tcl-media-text__wrapper--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tcl-media-text__media {
  width: 50%;
  display: inline-block;
  position: relative;
  z-index: 2;
  @media screen and (max-width: 1023.98px) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tcl-media-text__media {
    width: 100%;
    margin-bottom: 20px;
  }
  .tcl-media-text__media .tcl-media-text__video {
    border-radius: 0 !important;
  }
}
.tcl-media-text__media--left .tcl-media-text__video {
  /*border-radius: 0px 10px 10px 0px;
  overflow: hidden;*/
  overflow: visible;
  border-radius: 0;
  margin: 25px 5% 10px;
}
._brlbs-embed._brlbs-video-youtube {
  box-shadow: 14px 5px 12px #aaa;
}
.tcl-media-text__media--left .tcl-media-text__video video,
.tcl-media-text__media--left .tcl-media-text__video iframe {
  width: 100%;
  border-radius: 0px 10px 10px 0px;
}
.tcl-media-text__media--left .tcl-media-text__image img {
  border-radius: 0px 10px 10px 0px;
}
.tcl-media-text__content {
  text-align: left;
  /*position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);*/
  display: inline-block;
  width: 49%;
  @media screen and (max-width: 1023.98px) {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
.tcl-media-text__content .container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.tcl-media-text__content .container .row{justify-content: center;}
@media (max-width: 767px) {
  .tcl-media-text__content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tcl-media-text__video {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.tcl-media-text__video video,
.tcl-media-text__video iframe {
  width: 100%;
  border-radius: 10px 0px 0px 10px;
}
.tcl-media-text__image img {
  border-radius: 10px 0px 0px 10px;
}
.tcl-media-text__text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #495057;
}
.tcl-media-text__text p {
  margin-top: 0px;
  margin-bottom: 24px;
}
.tcl-media-text__text p:last-child {
  margin-bottom: 0;
}
.tcl-media-text__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 35px;
}

.cut-media-text__wrapper .plyr__video-embed iframe{
  height: 85%;
  width: 85%;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
}
@media (max-width: 1199px) {
  .tcl-media-text__heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tcl-media-text__heading {
    margin-bottom: 20px;
  }
}
.tcl-media-text__button {
  width: 100%;
  margin-top: 35px;
}
.tcl-media-text__button a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
}
.tcl-media-text__button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 767px) {
  .tcl-media-text__button a {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}