@charset "UTF-8";

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



}


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

}

/* Media Queries Iphones Landscape */

/* iphone plus weird bug fix */

/* iphone x fixes */

/* iphone x fixes */

/* iphone 11 pro max fixes */

@media only screen and (max-height: 700px) {

}

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



}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	


}