/* Only Certification Pages */
.bannerimage {
    color: white !important;
    object-fit: cover;
    background-position: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
    border-radius: 10px;
}
.bannercontent {
    padding: 20px;
    margin: 2% 5% 0% 2%;
    text-align: left;
}



/* Mobile View */
@media only screen and (min-width:320px) and (max-width:480px) and (orientation:portrait) {
    .bannerimage {
        height: 468px !important;
    }
}
