@media only screen and (max-width: 600px) {

    #owLeft, #owRight, #page_top_spacer {
        display:none;
        visibility: hidden;
    }

    /*
    #BgContainer, #BgContainer2, #Container, #Layout  {
        width : 100%;
    }

    #OuterWrapper {
        min-width: 100px;
    }
    
    #Container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    */

    /* Hide the header background for small devices. */ 
    #header_background {
        display:none;
        visibility: hidden;
    }

    /* After hiding the background, adjust .head_hack size to match .header_hack2 */
    .header_hack {
        height:auto;
        margin: 0 auto 60px auto;
    }

    /* Hide Gig Images */
    .gig_image {
        display:none;
        visibility: hidden;
    }


    .full_gig_list_item .external_link_icons,
    .full_gig_list_item .event_description {
        display:none;
        visibility: hidden;
    }
    
} /* End Conditial CSS */