.cr-picture>.shell{align-items:stretch!important}
.cr-picture-images{
  height:100%!important;
  min-height:clamp(430px,38vw,560px)!important;
  align-items:stretch!important;
}
.cr-picture-images img,
.cr-picture-images img:last-child{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
}
.cr-picture-copy{display:flex!important;flex-direction:column!important;justify-content:center!important}
@media(max-width:1000px){
 .cr-picture-images{min-height:clamp(360px,55vw,520px)!important}
 .cr-picture-copy{justify-content:flex-start!important}
}
@media(max-width:600px){
 .cr-picture-images{height:auto!important;min-height:0!important}
 .cr-picture-images img{height:auto!important;min-height:0!important;aspect-ratio:4/3!important}
}
