.section-grandeimage .container__grandeimage {
  max-width: 1636px;
  padding: 0 40px;
  margin: auto;
  text-align: center;
}
.section-grandeimage figure {
  position: relative;
  margin-bottom: 0;
}
.section-grandeimage img {
  max-width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .section-grandeimage .imgcropCtn {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section-grandeimage .imgcropCtn {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .section-grandeimage .imgcropCtn {
    height: 60vw;
  }
}
