#ICObanner,
.ICOcontainer,
.ICOcol,
.ICOctaBox {
/* NEW, Spec - Firefox, Chrome, Opera */
display: flex;
/* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -webkit-box;
/* TWEENER - IE 10 */
display: -ms-flexbox;
/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: -webkit-flex;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
}
/* CONTAINER/ROW/COl CLASSES */
#ICObanner * {
box-sizing: border-box;
}
#ICObanner {
background: #efefef;
font-family: sans-serif;
border-bottom: 1px solid #ebebeb;
padding: 20px;
text-decoration: none;
}
.ICOimg {
max-width: 230px;
margin: 0 auto 15px;
width: 100%;
}
/*CTA Classes*/
.ICOctaBox {
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.ICObannerBtn {
background: #d5001c!important;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
font-family: 'PorscheNextWLa-bold';
line-height: 100%;
padding: 15px;
text-align: center;
}
.ICObannerBtn:hover {
background: #000000!important;
color: #ffffff;
}
.ICObtnTxt:after {
display: inline-block;
content: ' ';
background-image: url('https://web-assets.net/special-projects/kbb-ico/images/arrow.svg');
background-repeat: no-repeat;
height: 16px;
margin-left: 8px;
margin-top: -4px;
vertical-align: bottom;
width: 16px;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
#ICObanner,
.ICOcontainer,
.ICOcol,
.ICOctaBox {
flex-direction: row;
-webkit-flex-direction: row;
}
.ICOcontainer {
width: 750px;
}
.ICOimg {
margin: 0 auto;
max-width: 400px;
}
.ICOctaBox {
margin-left: 15px;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
.ICOcontainer {
width: 970px;
}
.ICOimg {
max-width: 700px;
}
.ICOctaBox {
margin-left: 25px;
}
}
@media only screen and (min-width: 1200px) {
.ICOcontainer {
width: 1170px;
}
.ICObannerBtn {
font-size: 20px;
line-height: 90%;
}
.ICOimg {
max-width: 700px;
}
}