/* breakpoints */
.component.video .mejs-container {
  overflow: hidden;
}

.component.video .mejs-controls .mejs-button button {
  box-shadow: none;
}

.component.video .sxa-video-wrapper {
  position: relative;
}

.component.video .video-init {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1;
}

.video-gallery-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.video-title,
.video-title a {
  color: #231F20;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.defauld-video-wrapper {
  position: relative;
  min-height: 465px;
  margin-bottom: 20px;
}

.defauld-video-wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-image {
  padding-bottom: 15px;
}

.filter-label {
  width: 110px;
  min-width: 110px;
  padding: 5px 0 0 0;
}

.filter-label label {
  font-size: 16px;
}

.video-filter-section {
  padding-bottom: 35px;
}

#baseplayer,
#videoplayer {
  height: 400px;
  min-height: 400px;
  width: 100%;
}

#videomodal .modal-dialog {
  max-width: 745px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) !important;
  width: 50%;
}

#videomodal .modal-dialog .modal-content{
  border-radius: 6px;
}

#videomodal .modal-dialog .modal-body{
  padding: 20px;
}

#videomodal button.close {
  position: absolute;
  top: -11px;
  font-size: 30px;
  right: -6px;
  background-color: transparent;
  border: none;
  color: #0c0c0c;
}

@media(min-width: 575px) {
  .news-release-div .img {margin-bottom: 30px;}
  .news-release-div .img{display: flex;align-items: flex-end;}
  .video-gallery-item .video-gallery-item {
      max-width: 33%;
  }
}

.search-result-section .result-video .pagination-wrapper:before{
  content: "";
  background: #a8c4cd;
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

@media (max-width: 767px){
  #baseplayer,
  #videoplayer {
    height: 200px;
    min-height: 200px;
    width: 100%;
  }
}

@media (max-width: 1192px){
  #videomodal button.close {
    right: -3px !important;
  }
}