/* CSS Document */

.site{
  position: relative;
  padding-top: 150%;
  width: 100%;
 }
.site iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 19px;
  padding-bottom: 50%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-left:10%;
  margin-right:10%;
  margin-top:5%;
  margin-bottom:5%;

}
.movie_work{
	margin-top:20px;
	margin-bottom:20px;
}
.wev_work{
	margin-top:20px;
	margin-bottom:40px;

}
.ad_work{
	margin-top:40px;
	margin-bottom:20px;


}