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

.element {
  position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
	
}

.tables {
	width:100%;
	padding:5px;
}

 @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:100px;
	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;
}
       
    }