/*Landscape for ipad and nexus*/

.desktop {
    display: none!important;
}

.mobile {
    display: none;
}

.tablet {
    display: block!important;
}

.no_desktop {
    display: block;
}
/*Brock make text areas less wide to accomodate menu in ipad and nexus landscape*/
.story_content_elt_text {
    width: 50%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
 
}