:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b72e724 */.cds-rev-banner-image{
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
}

.cds-rev-banner-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left 20%;
}/* MOBILE FIX */
@media (max-width:820px){

  .cds-price-banner-image img{
    height:220px;
    object-position:center 34%;
  }

  .cds-price-hero-inner{
    grid-template-columns:1fr;
  }

  .cds-grid{
    grid-template-columns:1fr;
  }

  /* STACK BUTTONS FULL WIDTH */
  .cds-actions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }

  .cds-actions .cds-btn{
    width:100%;
    min-width:0;
    flex:0 0 auto;
    justify-content:center;
    padding:14px 18px;
    font-size:15px;
    white-space:normal;
  }
}/* End custom CSS */