#cboxLoadedContent {
  margin-bottom: 0px !important;
  border: 3px solid #fff !important;
  overflow: hidden !important;
}

#cboxLoadedContent img {
  max-width: 100%;
  height: auto;
}

.media-color-box #cboxMiddleLeft,
.media-color-box #cboxMiddleRight,
#cboxCurrent,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
  display: none !important;
  width: 0px !important;
}

#cboxContent {
  background: none !important;
}

#cboxWrapper {
  border-radius: 0px !important;
  background: none !important;
}

#cboxPrevious {
  position: absolute;
  width: 52px;
  height: 47px;
  background-position: unset !important;
  background: url('../images/cbox-prev.png') no-repeat center !important;
}

#cboxNext {
  background: url('../images/cbox-next.png') no-repeat center !important;
  position: absolute;
  width: 51px;
  height: 47px;
  left: 52px;
  background-position: unset !important;
}

#cboxClose {
  position: absolute;
  width: 47px;
  height: 47px;
  background-position: unset !important;
  background: url('../images/cbox-close.png') no-repeat center !important;
}

.videoContent img {
  height: 100% !important;
}

.multimedia-details-page .videoWrapper .videoPlayer,
#cboxContent .poster img {
  display: none;
}

.multimedia-details-page .videoWrapper .videoContent.is-video-playing .poster {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#cboxContent .videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}
.video-popup-gallery {
  position: relative;
}

#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxOverlay {
  background: #000 !important;
}
