      .container-fluid.bf-container {
      padding-left: 0;
      padding-right: 0;
      border-radius: 0;
      }

.bf-jumbotron {
border-radius: 0 !important;
}

.bf-jumbotron {
background-image: url("/Image/boxing-week/boxing-day-horz.png");
background-size: cover;
background-position: left;
height: min-content;
position: relative;
}

.bf-jumbotron::before {
content: ""; 
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.17) 0%, rgba(91, 116, 146, 0.05) 100%);
background-position: left;
} 

.bf-container, .bw-container {
position: relative;
z-index: 2;
}

.bf-header-row, .bw-header-row {
display: flex;
}

.bf-header-flex-1, .bf-header-flex-2 {
display: inline-flex;
}

.bf-col-deals-start, .bw-col-deals-start {
text-align: center;
}

.bf-wrapper, .bw-wrapper {
color: #fff !important;
background-color: #ff1616 !important;
display: inline-block;
padding: 4px 24px;
margin-top: 24px;
}

.bf-wrapper > *, .bw-wrapper > *  {
color: #fff;
margin: 0;
padding: 0;
}

.bf-wrapper h3, .bw-wrapper h3{
font-size: 38px;
line-height: .8;
}

.bf-wrapper p, .bw-wrapper p {
line-height: 1;
font-size: 18px;
font-weight: 100;
margin-bottom: 0 !important;
padding-top: 8px;
}
 /* NEW  */

 .row.bw-header-row {
    flex-direction: column;
}

.bw-heading-1 {
	/* font-size: 70px !important; */
	color: white !important;
	font-weight: 600 !important;
	letter-spacing: -1px !important;
	position: relative;
	display: inline-block;
	border-bottom: 6px solid #ff1616;
	border-top: 6px solid #ff1616;
	text-shadow: 1px 1px 3px rgba(0,0,0,.1);
	font-size: 46px !important;
}

.bw-heading-2 {
    line-height: .8 !important;
    color: #ff1616 !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    display: inline-block;
    font-size: 108px;
}

.bw-header-flex-1, .bw-header-flex-2 {
  display: flex;
  justify-content: center;
justify-items: center;
flex-wrap: nowrap;
}


.bf-header-flex-1, .bf-header-flex-2 {
    display: inline-flex;
    justify-content: center;
}


@media (min-width: 992px) {

.row.bf-header-row {
    max-width: max-content;
    margin: auto;
}

.bf-header-flex-1 {
    margin: auto 0 auto auto;
    flex-shrink: 0;
}

.bf-header-flex-2 {
    margin: auto auto auto 0;
    padding-left: 20px;
}

.bf-heading-1 {
    font-size: 70px!important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    position: relative;
    display: inline-block;
    border-bottom: 6px solid #ff1616;
    border-top: 6px solid #ff1616;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

.bf-heading-2 {
    line-height: 1 !important;
    color: #ff1616 !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    display: inline-block;
    font-size: 108px !important;
}
}

@media (max-width: 992px) {
.row.bf-header-row {
    flex-direction: column;
}

.bf-heading-1 {
    color: white !important;
    white-space: nowrap;
    font-size: 70px !important;
    border-bottom: 4px solid #ff1616;
    border-top: 4px solid #ff1616;

}

.bf-heading-2 {
    line-height: .8 !important;
    color: #ff1616 !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    display: inline-block;
    font-size: 128px !important;
}

.bf-header-flex-1, .bf-header-flex-2 {
    display: inline-flex;
    justify-content: center;
}
}

@media (max-width: 768px) {
 .bf-heading-1 {
     font-size: 46px !important;
    }
}

@media (max-width: 540px) {

.bf-heading-1 {
 text-align: center;
 font-size: 36px !important;
 }
 
 .bf-heading-2 {
     font-size: 108px !important;
    }

}