.cmp-callout .cmp-callout--img img {
  width: 100%;
  height: 100%;
}
.cmp-callout {
  position: relative;
  display: flex;
}
.cmp-callout .cmp-callout--content {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 30px;
  height: auto;
}
.cmp-callout img {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
}
.cmp-callout .field--name-field-image {
  position: relative;
  margin-right: 0 !important;
  height: 440px;
  width: 100%;
}
.cmp-callout .field--name-field-image {
  height: 440px;
  overflow: hidden;
}
.cmp-callout h3,
.cmp-callout h6 {
  padding: 0;
}
.cmp-callout p {
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cmp-callout  .field--name-field-image {
    height: 440px;
  }
  .cmp-callout img {
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    margin-bottom: 0 !important;
    height: 100%;
  }
  .cmp-callout img:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@media screen and (max-width:1200px) {
  .cmp-callout p {
    line-height: 22px;
  }
  .cmp-callout .cmp-callout--content {
    padding: 20px;
  }
  .cmp-callout .field--name-field-image {
    height: 480px;
  }

}
@media (min-width: 767px) and (max-width : 1200px) {
  .cmp-callout .field--name-field-image {
    height: 330px;
  }
}
@media screen and (max-width:767px) {
  .cmp-callout  .cmp-button {
    text-align: center;
  }
  .cmp-callout .field--name-field-image {
    height: 250px;
  }
}
/* Responsive image updates.*/
/*
.cmp-callout .simpler_quickedit-element{
  width: 100%;
}*/