.yt-media-container {
  width: 100%;
}
.yt-media-container iframe {
  height: inherit;
  width: inherit;
}

.ytlb-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: auto;
  width: auto;
  z-index: 8010;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ytlb-wrap {
  background: black;
  border: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  position: absolute;
  z-index: 8030;
  height: 157px;
  width: 280px;
  top: 15%;
  left: 50%;
  margin-left: -140px;
}
.ytlb-wrap iframe {
  height: inherit;
  width: inherit;
}

.ytlb-close {
  border: 0;
  cursor: pointer;
  z-index: 8040;
  position: absolute;
  top: -13px;
  right: -13px;
  height: 29px;
  width: 29px;
  background: url("../img/icons/photo-delete.9891e0428f82.png") no-repeat 0 0;
}
.ytlb-close:hover {
  background: url("../img/icons/photo-delete.9891e0428f82.png") no-repeat -31px 0;
}

@media screen and (min-width: 480px) {
  .ytlb-wrap {
    height: 230px;
    width: 405px;
    margin-left: -204px;
  }
}
@media screen and (min-width: 740px) {
  .ytlb-wrap {
    height: 350px;
    width: 622px;
    margin-left: -311px;
  }
}
@media screen and (min-width: 960px) {
  .ytlb-wrap {
    height: 400px;
    width: 710px;
    margin-left: -355px;
  }
}

/*# sourceMappingURL=yt-lightbox.css.map */
