/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
}
/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
}
/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {
}

