/* Add here all your css styles (customizations) */

body {font-family: "NanumSquare", "Open Sans", Helvetica, Arial, sans-serif;}

.image_container {
    width:100%;
    height:50vh;
}
.image_container2 {
    width:100%;
    height:50vh;
}

@media (min-width: 768px) {
    .image_container {
      height:90vh;
    }
    .image_container2 {
      height:90vh;
    }
}