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