/* Exact 16:6 photo frames for the English Bangkok private-tours section. */
/* This stylesheet is loaded separately to bypass any older cached main CSS. */
.tour-card .tour-card-media{
  display:block !important;
  width:100% !important;
  aspect-ratio:16 / 6 !important;
  overflow:hidden !important;
  background:#e4edf8;
}
.tour-card .tour-card-media > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
}
.page-hero-img{
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:16 / 6 !important;
  overflow:hidden !important;
}
.page-hero-img > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
@media (max-width:900px){
  .page-hero-img{min-height:0 !important;}
}
@media (max-width:560px){
  .tour-card .tour-card-media{aspect-ratio:16 / 6 !important;}
  .page-hero-img{aspect-ratio:16 / 6 !important;}
}
