.advanced-image-block {
  position: relative;
  width: 100%;
}

.advanced-image-block img {
max-height: 1080px;
width: 100%;
  aspect-ratio: 1920/780;
  object-fit: cover;
  object-position: center;
  min-height: 275px;
}