.coming_soon_page a.Mediahub_a{display:inline-block; max-width:380px; margin-top:30px}

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

	
}

/*==========================================================================================================*/
@media only screen and (max-width: 1024px)  {

}


/*==========================================================================================================*/
/* ----banner slider css---- */
@media (min-width: 992px) {

}
/* ----banner slider css end---- */
/*==========================================================================================================*/


/*==========================================================================================================*/
@media only screen and (max-width: 992px){

}

/*==========================================================================================================*/

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


}

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


/*==========================================================================================================*/
@media (min-width: 480px) and (max-width: 767px) {
	
}

/*==========================================================================================================*/
@media only screen and (max-width: 575px){
.coming_soon_page{
    /*height: auto;*/
    /*background-position: left center;*/
}
.coming_soon_page .app_icon{
    /*flex-wrap: wrap;*/
}
.coming_soon_page a{
    margin-bottom: 20px;
}
.coming_soon_page a {
    max-width: 200px;
}
.coming_soon_page .text_wrap h1{
    font-size: 32px;
}
.coming_soon_page h3{
	font-size: 22px;	
}


}


/*==========================================================================================================*/
@media only screen and (max-width: 480px){
	.mobile_screen{
		max-height: 250px;
	}
}