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

@media only screen and (max-width: 800px) and (min-width: 760px)
{
}