@media(max-width:767px){
    .featured-top-hero-content .mobile-logo
    {
        display: none;
    }
}
.featured-top-hero-content .mobile-logo-stacked-wrapper
{
    display: none;
}
@media(max-width:767px){
    .featured-top-hero-content .mobile-logo-stacked-wrapper
    {
        display: block;
    }
}