@media only screen and (max-width: 360px) 
{
	.mob_text .card-title
{
	font-size:inherit
}
}

@media only screen and (max-width: 480px) 
{
.mob_text .card-text ,.mob_text .small
{
	display:none
}

}

@media only screen and (max-width: 767px) 
{
	.vu_main_logo img {
    max-height: 30px;
}
}
	


@media screen and (min-width: 0px) and (max-width: 980px) 
{
.mb-none
{
	display:none
}
}



