/* .custom-hero-mask {
  max-width: 1800px !important;
  aspect-ratio: 2.33961205233;
  mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Wide.svg);
  -webkit-mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Wide.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

@media (max-width: 767px) {
  .custom-hero-mask {
    mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Float.svg);
    -webkit-mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Float.svg);
    aspect-ratio: 1.1768;
  }
} */


.custom-hero-mask {
  position: relative;
  width: 100%;
  max-width: 1800px !important;
  margin: 0 auto;
  aspect-ratio: 2.33961205233; /* desktop ratio */
  mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Wide.svg);
  -webkit-mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Wide.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  overflow-x: hidden;
}

.custom-hero-mask img {
  display: block;         
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-width: none;        
  border: 0;
}

@media (max-width: 767px) {
  .custom-hero-mask {
    aspect-ratio: 1.1768;
    mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Float.svg);
    -webkit-mask-image: url(/wp-content/uploads/RMHC_Photo_Mask_Float.svg);
  }

  .custom-hero-mask {
    height: auto;
    min-height: calc(100%);
  }
}
