@import '../../../../bootstrap/less/panels';

.panel img:first-child {
  border-top-left-radius: @panel-border-radius;
  border-top-right-radius: @panel-border-radius;
}

.panel .mobile-aspect-ratio {
  object-fit: cover;
  aspect-ratio: 1.4 / 2;
}

.pane {
  border-bottom-left-radius: @panel-border-radius;
  border-bottom-right-radius: @panel-border-radius;
}
