.bg-section{background-image:url(../img/blog-bg.jpg);padding: 4px 0px 15px;margin: 0 -15px 20px -15px; background-repeat:repeat-x;}

/* Medium and Large */
@media only screen and (max-width : 1200px) {
.material-block {padding:50px 20px 20px; margin:60px 0px 20px;}
}

/* Small and Under */
@media only screen and (max-width : 992px) {
.bg-section {background-repeat:repeat-y;}
.material-block {margin:80px 0px 20px;}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}