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

#owl-demo .item img {
    /* display: block; */
    width: 100%;
    height: 320px;
    /* height: auto; */
}

#owl-demo .item {
	 background-size: cover;
}
}


/* @media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
#owl-demo .item img {
    display: block;    
    width: 100%;
    height: 320px;
    margin: 0 auto;
    /* height: auto; 
} */


