/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/12/15, 10:59:23
    Author     : atsushi
*/

.fs_video_player img{
    width: 100%;
    height: auto;
}
.fs_video_player video{
    width:100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* サファリのみのCSSハック */
_::-webkit-full-page-media, _:future, :root .fs_video_player video {
	width:auto;
}
/* サファリのみのCSSハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 ::i-block-chrome, .fs_video_player video {
    width:auto;
  }
}
