@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-grandeimage figure {
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  margin: auto;
}
.section-grandeimage img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .section-grandeimage .imgcropCtn {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .section-grandeimage .imgcropCtn {
    height: 440px;
  }
}
@media (max-width: 575px) {
  .section-grandeimage .imgcropCtn {
    height: 60vw;
  }
}
