@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 991px) {


}
@media only screen and (max-width : 767px) { 
#about .about-img{left: 0;}
#about .about-img img{width: 100%;}
.footer-newsletter .read-more {margin-bottom: 20px; }

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

}
