@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  text-decoration: none; }
  
  video {
	  object-fit:fill;
	  max-height:500px;
	  max-width:100%;
	  background-color:#FBFBFB;
  }

@media (min-width: 1025px) {
  .s02_i {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #FBFBFB; }
    .s02_i .fan_animat {
      max-width: 1400px;
      margin:0 auto;}
     }

@media (min-width: 769px) and (max-width: 1024px) {
  .s02_i {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    background-color: #FBFBFB; }
    .s02_i .fan_animat {
      max-width: 790px;
      margin:0 auto; }
      }

@media (max-width: 768px) {
  .s02_i {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    background-color: #FBFBFB; }
    .s02_i .fan_animat {
      width: 790px;
      margin:0 auto; }
      }
@media (min-width: 500px) and (max-width: 767px) {
	.s02_i {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    background-color: #FBFBFB; }
    .s02_i .fan_animat {
      width: 500px;
      margin:0 auto; }
      }
