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

}
@media screen and (min-width:769px) and (max-width:1199px)
{

}
@media screen and (min-width: 1200px)
{

}
