@media screen and (min-width:0px){
  .image-vw{width : 90vw ;}
}
@media screen and (min-width:481px){
  .image-vw{width : 75vw ;}
}
@media screen and (min-width:781px){
  .image-vw{width : 35vw ;}
}

@media screen and (min-width:0px){
  .video-vw-169{
    width : 90vw ;
    aspect-ratio : 16 / 9 ;
  }
}
@media screen and (min-width:481px){
  .video-vw-169{
    width : 80vw ;
    aspect-ratio : 16 / 9 ;
  }
}
@media screen and (min-width:781px){
  .video-vw-169{
    width : 70vw ;
    aspect-ratio : 16 / 9 ;
  }
}

@media screen and (min-width:0px){
  .video-vw-43{
    width : 90vw ;
    aspect-ratio : 4 / 3 ;
  }
}
@media screen and (min-width:481px){
  .video-vw-43{
    width : 75vw ;
    aspect-ratio : 4 / 3 ;
  }
}
@media screen and (min-width:781px){
  .video-vw-43{
    width : 65vw ;
    aspect-ratio : 4 / 3 ;
  }
}