.before-yt {
  position: relative;
}

.before-yt img {
  cursor: pointer;
}

.before-yt:before {
  position: absolute;
  background-image: url(/wp-content/themes/illdy/img/icons/yt-play.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  z-index: 99999;
  width: 30%;
  height: 30%;
  top: 36%;
  left: 37%;
}

.yt-main-img-container:before {
  height: 65px;
  width: 94px;
  left: 38%;
  top: 39%;
}

.has_yt_video img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .before-yt:before {
    width: 19%;
    left: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .flex-control-thumbs .before-yt:before {
    transform: rotate(-90deg);
  }
}

/*# sourceMappingURL=style.css.map */
