@media only screen and (min-width : 768px) and (max-width : 1040px)
{
    #masthead .brand.hide-phone { display: none !important }
    
    #masthead .brand.show-phone {
        display: block !important;
        height: 45px;
        margin-right: 25px;
        width: 45px;
    }
        #masthead .brand.show-phone img {
            height: 100%;
            width: auto;
        }
        
        #masthead .brand.show-phone i { display: none; }
        
    #masthead .header-nav.hide-phone {
        display: block !important;
    }
    
    #wrapper .breadcrumbs.hide-phone {
        display: block !important;
    }
    
    #wrapper .featured-container .featured-venue,
    #wrapper .featured-container .contact-row .featured-request-brochure {
        display: block !important;
        width: 33.33% !important;
    }
    
    .show-phone {
        display: none !important;
    }
    
    .hide-phone {
        display: block !important;
    }
}