img {max-width:100%;height: auto;}

.image-container {
    max-width: 100%;
	
    height: auto;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.image-container div {
    position: relative; 
    max-width: none; 
    height: auto;
}

@media all and (max-width: 768px) {

.image-container {margin-top:0em;}
	
}