#page.site.hfeed {
    background: none;
}

/* ================================== */
/* ==========<Responsiveness>======== */
/* ================================== */

/* Mobile Screen */
@media (max-width: 576px) {
    
}

/* Small Screens  */
@media (min-width: 577px ) and (max-width: 768px){
    
}

/* Tablet Screen */
@media (min-width: 768px) and (max-width: 920px) {
   
}

/* Large Screens */
@media (min-width: 920px) and (max-width: 1280px) {
    
}