.image-blocks .image-container {
  border: 1px solid var(--midgray);
}
.image-blocks .image-itself {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-blocks .makemetall {
  height: 400px;
}
@media only screen and (max-width: 767px) {
.image-blocks .makemetall {
  height: 300px;
}
}

.two-columns .order-last .image-blocks .col-md-6 {width: 100%;}
.two-columns .order-last .image-blocks .makemetall {height: 250px;}
.image-blocks .modal-content .mod-close{
  position: absolute;
  top: 10px;
  right: 10px;
}