.lightbox-yt {
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 98;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 980px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 95%;
  width: 100%;
  left: 0;
  top: 0;
}
.yt-size
{
    width: 650px;
    height: 365px;
    border: 1px solid #000;
    margin: 0 0 50px 0;
    -webkit-transition: all 0.2s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.2s ease-out; /* Firefox */
    -ms-transition: all 0.2s ease-out; /* IE 9 */
    transition: all 0.2s ease-out;
    float: left;
}
.yt-size img
{
    max-width: 650px;
}
.yt-size:hover
{
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4); /* Safari and Chrome */
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4); /* Firefox */
    -ms-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4); /* IE 9 */
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
    cursor: pointer;
}
