
/* Boxed container width consistent with Burgtec layouts */
.burgtec-cs-boxed{
  width: 78%;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Image rounding helper */
.burgtec-cs-image img{
  width: 100%;
  height: auto;
  display: block;
}

.burgtec-cs-radius-15 img{
  border-radius: 15px;
  overflow: hidden;
}

/* Placeholder */
.burgtec-video-placeholder{
  padding: 18px;
  border: 1px dashed rgba(0,0,0,0.25);
  border-radius: 12px;
}
