/* 
 * responsive.css - Responsive CSS styles used within the plugin
 */

/* Medium desktops */
@media only screen and (max-width: 1199px) {
    
}

/* iPad & below */
@media only screen and (max-width: 1024px) {
    
}

/* Smaller desktop */
@media only screen and (max-width: 959px) {
    
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .cbdt_container .cb_col {
        float: none !important;
        width: 100% !important;
    }
    
}


@media only screen and (max-width: 525px) {
    
}


@media only screen and (max-width: 479px) {
    
}