@media screen and (min-width: 768px) {
/*Tablet styles here*/
}
@media screen and (min-width: 1200px) {
/*Desktop styles here*/
}
@media screen and (min-width: 768px) {
/*Tablet styles here*/
}
@media screen and (min-width: 1200px) {
/*Desktop styles here*/
}