.epyt-gallery-img-box{
  position: relative;
}

.fluid-width-video-wrapper{
  border: 1px solid #c0c0c0;
}

.epyt-gallery-title{
  font-size: 16px;
  color: #545861;
  text-align: left;
  font-weight: 600;
}

.has-blue-background-color .epyt-gallery-title, .has-grey-background-color .epyt-gallery-title {
  color: white;
}

.epyt-gallery-thumb.active .epyt-gallery-title{
  color: #d52b1e;
}

.epyt-gallery-playhover{
  z-index: 1;
}

.epyt-gallery-thumb.active.epyt-current-video .epyt-gallery-img-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}

.epyt-gallery-thumb:focus{
  outline: none;
}

@media screen and (max-width: 767px ) {
  .epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{
    width: 100% !important;
  }

  .epyt-gallery-list .epyt-gallery-img-box{
    width: 42%;
    float: left;
    margin-right: 3.5%;
  }

  .epyt-gallery-list .epyt-gallery-title{
    padding-top: 0.2em;
    font-size: 16px;
  }
}
