
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
}

.column {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
} 

.myImg {
  cursor: pointer;
  transition: 0.3s;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 2550px) {
  .myImg{
    width: 1100px;
    height: 750px;
  }
}
@media only screen and (max-width: 2450px) {
  .myImg{
    width: 1100px;
    height: 700px;
  }
}
@media only screen and (max-width: 2350px) {
  .myImg{
    width: 1100px;
    height: 650px;
  }
}
@media only screen and (max-width: 2250px) {21
  .myImg{
    width: 1100px;
    height: 630px;
  }
}
@media only screen and (max-width: 2150px) {
  .myImg{
    width: 1100px;
    height: 630px;
  }
}
@media only screen and (max-width: 2050px) {
  .myImg{
    width: 1100px;
    height: 630px;
  }
}
@media only screen and (max-width: 1950px) {
  .myImg{
    width: 1100px;
    height: 630px;
  }
}
@media only screen and (max-width: 1850px) {
  .myImg{
    width: 1100px;
    height: 620px;
  }
}
@media only screen and (max-width: 1750px) {
  .myImg{
    width: 1100px;
    height: 600px;
  }
}
@media only screen and (max-width: 1650px) {
  .myImg{
    width: 1060px;
    height: 560px;
  }
}
@media only screen and (max-width: 1550px) {
  .myImg{
    width: 1040px;
    height: 550px;
  }
}
@media only screen and (max-width: 1450px) {
  .myImg{
    width: 990px;
    height: 500px;
  }
}
@media only screen and (max-width: 1350px) {
  .myImg{
    width: 970px;
    height: 500px;
  }
}
@media only screen and (max-width: 1250px) {
  .myImg{
    width: 960px;
    height: 500px;
  }
}
@media only screen and (max-width: 1230px) {
  .myImg{
    width: 940px;
    height: 450px;
  }
}
@media only screen and (max-width: 1150px) {
  .myImg{
    width: 860px;
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .myImg{
    width: 800px;
    height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .myImg{
    width: 750px;
    height: 450px;
  }
}
@media only screen and (max-width: 990px) {
  .myImg{
    width: 700px;
    height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .myImg{
    width: 670px;
    height: 400px;
  }
}
@media only screen and (max-width: 868px) {
  .myImg{
    width: 660px;
    height: 400px;
  }
}
@media only screen and (max-width: 850px) {
  .myImg{
    width: 650px;
    height: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .myImg{
    width: 600px;
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .myImg{
    width: 590px;
    height: 350px;
  }
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .myImg{
    width: 500px;
    height: 300px;
  }
}
@media only screen and (max-width: 668px) {
  .myImg{
    width: 480px;
    height: 300px;
  }
}
@media only screen and (max-width: 625px) {
  .myImg{
    width: 480px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .myImg{
    width: 460px;
    height: 300px;
  }
}
@media only screen and (max-width: 525px) {
  .myImg{
    width: 410px;
    height: 250px;
  }
}
@media only screen and (max-width: 425px) {
  .myImg{
    width: 320px;
    height: 220px;
  }
}
@media only screen and (max-width: 414px) {
  .myImg{
    width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 375px) {
  .myImg{
    width: 270px;
    height: 175px;
  }
}
@media only screen and (max-width: 320px) {
  .myImg{
    width: 215px;
    height: 150px;
  }

}