@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-deuximages figure {
  position: relative;
  margin-bottom: 0;
}
.section-deuximages img {
  max-width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-deuximages .imgcropCtn {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 1199px) {
  .section-deuximages .imgcropCtn {
    height: 340px;
  }
}
@media (max-width: 991px) {
  .section-deuximages .imgcropCtn {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section-deuximages .imgcropCtn {
    height: 190px;
  }
}
@media (max-width: 575px) {
  .section-deuximages .imgcropCtn {
    height: 60vw;
  }
  .section-deuximages .row > div:first-child .imgcropCtn {
    margin-bottom: 20px;
  }
}
