/* Prosomo Franchise - Public CSS */







/* LG Devices, Wide Screens */
@media only screen and (max-width : 1919px) { /* lg 1200px to 1919px */
    
}

/* MD Devices, Wide Screens */
@media only screen and (max-width : 1199px) { /* md 992px to 1199px */
    
}

/* SM Devices, Desktops */
@media only screen and (max-width : 991px) { /* sm 768px to 991px */
   
}

/* XS Devices, Tablets */
@media only screen and (max-width : 767px) { /* xs 320px to 767px */
    
}

