#body_style {
    overflow:hidden;
}

#imgMain {
    display:block;
    margin-left:auto;
    margin-right:auto;
    height:40em;
    margin-top:5%;
}
.showcase_image {
    margin-left:2%; 
    height:8em;
}
.bread_temp {
    position:absolute;
    display:flex;
}
#col1 {
    width:49%;
}
#col2 {
    width:49%;
    display:inline-block; 
    align-items:center; 
    text-align:center; 
    margin-top:15%;
}


@media only screen and (max-width: 1000px) {
    #imgMain {
        height:40em;
    }
    .showcase_image {
        height:10em;
    }
    

    #col1 {
        display:inline;
    }
    #col2 {
        width: 100%;
        margin-top:5%;
    }
    .bread_temp {
        display:block;
    }
    #body_style {
        overflow:visible;
    }
    #bread {
        overflow:visible;
        display:inline-table
    }
} 