@charset "UTF-8";

.one img{
  width: 60vw;
}
.left img{
  width: 30vw;
}
.right1 img{
  width: 38vw;
}
.right2 img{
  width: 32vw;
}

@media screen and (max-width: 768px) {
  .one img,.left img,.right1 img,.right2 img{
    width: auto;
  }
}




