.p-webmovie-box {
  max-width: 765px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-webmovie-box {
    margin: 0 auto 30px;
    width: 90%;
  }
}
.p-webmovie-box .movie {
  width: 100%;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.p-webmovie-box .movie:hover:before {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.p-webmovie-box .movie:hover img {
  transform: scale(1.05);
}
/*.p-webmovie-box .movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bravia/androidtv/images/androidtv2/icn_play.png) center center no-repeat rgba(0, 0, 0, 0);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}*/
.p-webmovie-box .movie a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-webmovie-box .movie img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

iframe {
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 768px) {
  iframe {
    height: 300px;
  }
}
