.body-col-2 {
	width:100%;
	margin-bottom:30px;
	
}
.body-col-2 img {
	width:100%;
	height:12%;
	margin-bottom:7px;
}

 @media only screen and (min-width: 768px) and (max-width: 959px) {
        .body-col-2 img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
       
    }
	
	@media only screen and (min-width: 768px) and (max-width:1920px) {
        .body-col-2 img {
	width:100%;
	height:110px;
	margin-bottom:7px;
}
       
    }



/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
       .body-col-2 img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
        

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
       .body-col-2 img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
       
    }