.video-component-wrapper .title-video-wrapper {
  padding: 16px;
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.video-component-wrapper .body-video-wrapper {
  text-align: left;
}
.video-component-popup-wrapper .modal .field__label,
.video-component-wrapper .field__label {
  display: none;
}
.video-component-wrapper .media {
  display: block;
}
.video-component-wrapper .media video {
  width: 100%;
  height: auto;
}
.video-component-popup-wrapper .modal video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: auto;
}
.video-component-popup-wrapper .modal {
  padding-right: 0;
}
.video-modal-wrapper .modal .modal-dialog,
.video-component-popup-wrapper .modal .modal-dialog {
  width: calc(100% - 3rem);
  max-width: 1000px;
}
.video-component-popup-wrapper .modal article {
  display: block;
}
.video-component-popup-wrapper .modal-header button.close {
  font-size: 2rem;
}
.card-img-top-wrapper .video-modal-wrapper .modal-content,
.card-img-top-wrapper .video-modal-wrapper iframe,
.video-component-popup-wrapper .modal-content,
.video-component-popup-wrapper iframe,
.video-modal-wrapper .modal-content,
.video-modal-wrapper iframe {
  min-height: 600px;
  width: 100%;
}
.video-component-popup-wrapper div.col-* {
  position: inherit;
}
.video-component-popup-wrapper .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-component-popup-wrapper .play-button {
  width: 6rem;
  height: 6rem;
  display: flex!important;
}
.video-component-popup-wrapper .play-button:after {
  width: 2rem;
  height: 2.5rem;
}
.video-component-popup-wrapper .video-thumb {
  cursor: pointer;
  position: relative;
}
.video-component-popup-wrapper .video-thumb:hover .play-button {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .video-component-popup-wrapper .play-button {
    width: 3rem;
    height: 3rem;
    opacity: 1;
  }
  .video-component-popup-wrapper .play-button:after {
    width: 1rem;
    height: 1.5rem;
  }
  .video-component-popup-wrapper .modal .modal-dialog {
    width: calc(100% - 16px);
  }
}
.video-component-popup-wrapper .title-video-wrapper {
  padding: 16px 12px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  display: flex;
  align-items: center;
  min-height: 110px;
}

.video-wrapper:not(.hidden-border) .body-video-wrapper {
  padding:  0 16px 12px;
}

form[id^='views-exposed-form-video-component-with-filter'] {
  display: flex;
  justify-content: flex-end;
}

form[id^='views-exposed-form-video-component-with-filter'] .form-item {
  display: flex;
  flex-direction: column;
}

form[id^='views-exposed-form-video-component-with-filter'] div[id^='edit-actions'] {
  display: none;
}

form[id^='views-exposed-form-video-component-with-filter'] select {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  padding: 11px 12px;
}

.video-wrapper {
  border-width: 1px 1px 1px;
  border-style: solid;
  border-color: #E4E4E4;
  height: 100%;
  position: relative;
}

.video-filter .body-video-wrapper {
  font-weight: 700;
  padding: 20px 12px;
   position: relative;
}

.speaker {
  font-size: 18px;
  line-height: 140%;
}

.video-language {
  font-size: 12px;
  color: #666666;
}

.description-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #58595B;
  margin-top: 16px;
}

.description-text p {
  margin: 0;
}

.body-video-wrapper .note {
  margin-top: 16px;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.icon-liked {
  background-image: url("../icons/icon-liked.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.icon-liked.green {
  background-image: url("../icons/icon-liked-green.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.icon-disliked {
  background-image: url("../icons/icon-disliked.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.icon-disliked.red {
  background-image: url("../icons/icon-disliked-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.video-component-popup-wrapper .title-video-wrapper span.span-title-video {
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}

.video-wrapper .video-thumb img {
  width: 100%;
}


.video-component-popup-wrapper.video-filter {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contextual-region .block-title-section+.video-component-popup-wrapper.video-filter {
  padding-top: 0;
  padding-bottom: 0;
}

.video-component-popup-wrapper.video-info-split .title-video-wrapper {
  padding: 0;
  margin-bottom: 0;
  min-height: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.video-info-split .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--Neutral_Color-Grey, #666);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.video-info-split .content-wrapper button {
  margin-top: 20px;
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .video-info-split .content-wrapper {
    margin-top: 40px;
  }
}
.video-info-split-ckeditor .brightcove-thumbnail {
  min-height: 370px;
}
.video-info-split-ckeditor .brightcove-thumbnail iframe {
  min-height: auto;
}
