.cont-page-banner {
height: 500px;
display: flex;
overflow: hidden;
position: relative;
align-items: center;
justify-content: center;
background-color: #000000;
}
.cont-page-banner .banner-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.9;
position: absolute;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.cont-page-banner .banner-content {
width: 65%;
z-index: 10;
height: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
.cont-page-banner .banner-content h1 {
z-index: 10;
display: flex;
margin-bottom: -2%;
position: relative;
align-items: center;
flex-direction: column;
font-family: "Teko", Sans-serif;
}
.cont-page-banner .banner-content h1 span.small {
color: #FFFFFF;
font-size: 25px;
font-weight: 300;
line-height: 50px;
letter-spacing: 10px;
text-transform: uppercase;
margin-bottom: 0!important;
}
.cont-page-banner .banner-content h1 span.large {
font-size: 108px;
font-weight: 600;
line-height: 70px;
letter-spacing: -2.7px;
text-transform: uppercase;
margin-bottom: 0!important;
color: var( --e-global-color-accent );
}
.cont-page-banner span.bars-1 {
bottom: 3%;
right: 2.5%;
}
.banner-content:after,
.banner-content:before,
.cont-page-banner:before {
top: 0;
width: 1px;
z-index: 5;
height: 100%;
content: " ";
opacity: 0.2;
position: absolute;
background-color: #ffffff;
}
.banner-content:after{
left: 0;
}
.banner-content:before {
right: 0;
}  @media (max-width: 767px) {
.cont-page-banner {
height: 340px;
}
.cont-page-banner .banner-bg {
background-size: 325%;
background-position: bottom left -110px;
}
.cont-page-banner .banner-content {
width: 90%;
padding-bottom: 10%;
align-items: flex-end;
}
.banner-content:after,
.banner-content:before,
.cont-page-banner span.bars-1 {
display: none;
}
.cont-page-banner .banner-content h1 span.small {
font-size: 20px;
line-height: 30px;
}
.cont-page-banner .banner-content h1 span.large {
font-size: 55px;
line-height: 50px;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.cont-page-banner {
height: 420px;
}
.cont-page-banner .banner-content {
width: 78%;
}
.cont-page-banner .banner-content h1 span.small {
font-size: 20px;
line-height: 45px;
}
.cont-page-banner .banner-content h1 span.large {
font-size: 80px;
line-height: 65px;
}
} @media (max-width: 1024px) {
} @media (min-width: 1025px) {
} @media (min-width: 1025px) and (max-width: 1700px) {
.cont-page-banner {
height: 450px;
}
.cont-page-banner .banner-content {
width: 78%;
}
.cont-page-banner .banner-content h1 span.small {
font-size: 22px;
line-height: 45px;
}
.cont-page-banner .banner-content h1 span.large {
font-size: 90px;
line-height: 75px;
}
}