@charset "UTF-8";


.video_wrap {
width: 100%;
max-width: 100%;
display:block;
margin:0 auto;
}

.video_wrap_in {
position: relative;
margin:0;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video_wrap_in iframe {
position: absolute;
top: 0;
left:0;
right:0;
margin:auto;
width:100%;
max-width: 1040px;
height: 100%;
max-height:585px;
}
