@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-grandeimage figure {
  position: relative;
  margin-bottom: 0;
}
.section-grandeimage img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .section-grandeimage .imgcropCtn {
    height: 450px !important;
  }
}
@media (max-width: 767px) {
  .section-grandeimage .imgcropCtn {
    height: 340px !important;
  }
}
@media (max-width: 575px) {
  .section-grandeimage .imgcropCtn {
    height: 60vw !important;
  }
}
