.titlecontainer {
width:100%;
height:auto;
overflow:hidden;
}
.titlefeature {
background-image:url('/images/landing/pcs/header/ai-laptops.jpg');
background-repeat:no-repeat;
background-size:cover;
width:100%;
height:180px;
}
.titlefeature img {
margin-left:20px;
margin-top:45px;
float:left;
}
.titleheader {
background-color:#272727;
width:100%;
height:auto;
float:left;
border-bottom: 5px solid #64ffce;
}
.titleheadertxt {
padding-left:20px !important;
padding-top:10px;
padding-bottom:10px;
float:left;
width:100%;
}
.titleheadertxt h1 {
font-family:'Montserrat-Medium';
color:#ffffff;
font-size:18pt;
text-transform:uppercase;
margin-bottom:5px;
}
.titleheadertxt h2 {
font-family:'Montserrat-Light';
color:#ffffff;
font-size:12pt;
text-transform:uppercase;
}
@media only screen and (max-width: 640px) {
.titleheadertxt {
padding-left:10px !important;
padding-top:10px;
padding-bottom:10px;
margin-right:10px;
}
.titleheadertxt h1 {
font-size:4vw;
}
.titleheadertxt h2 {
font-size:3vw;
}
}