@media only screen and (min-width: 1920px)
{

}



@media only screen and (min-width: 1680px) and (max-width: 1919px)
{
  
}



@media only screen and (min-width: 1440px) and (max-width: 1679px)
{
    
}


@media only screen and (min-width: 1366px) and (max-width: 1439px)
{

}



@media only screen and (min-width: 1280px) and (max-width: 1439px)
{

}



@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
  
}



@media only screen and (min-width: 768px) and (max-width: 1023px)
{

}



@media only screen and (min-width: 640px) and (max-width: 767px)
{

}



@media only screen and (min-width: 480px) and (max-width: 639px)
{
    
.commonhealth_footer-copyright {
    max-width: 320px;
  font-size: 12px;
    padding-top: 15px;
}

}



@media only screen and (min-width: 320px) and (max-width: 479px)
{
    
.commonhealth_footer-copyright {
    max-width: 200px;
  font-size: 10px;
    padding-top: 15px;
}

}



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









