@charset "UTF-8";

#video + .block_html video{
     width:60%;
}
#video + .block_html .content_wrapper{
     text-align:center;
}
@media screen and (max-width: 768px){
#video + .block_html video{
     width:80%;
}
}