﻿/* common border radius */
/* disable text selection */
section.gt-block.image div {
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  section.gt-block.image div {
    height: 25rem;
  }
}
@media screen and (max-width: 750px) {
  section.gt-block.image div {
    height: 20rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.image div {
    height: 18rem;
  }
}