@charset "UTF-8";

.left img{
  width: 45vw;
}
.right img{
  width: 23vw;
  height: 100vh;
}
.bottom{
  justify-content: flex-start;
}
.bottom img{
  width: 22vw;
  margin-right: 2vw;
}

@media screen and (max-width: 768px) {
  .left img,.right img,.bottom img{
    width: auto;
  }
  
}


