/* 
 * 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) {
    
    

}


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


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