/* Responsive */


/* Medium devices (desktops, less than 1119px) */
@media (max-width: 1199px) {
    
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 979px) and (min-width: 768px) {

}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .container {width: 90%;}
    #main-content {width: 100%;}
    #right-col {width: 100%;}
}