

/* Media Queries Responsiveness */


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

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

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

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

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

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

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