.section-grandeimage figure {
  position: relative;
  margin-bottom: 0;
}
.section-grandeimage figure img {
  border-radius: 40px;
}
.section-grandeimage .imgcropCtn {
  border-radius: 40px;
}
.section-grandeimage img {
  max-width: 100%;
}
@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;
  }
}
