.mobilecls
{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hide
{
display:none;
}

@media only screen and (max-width: 600px) {
	.mobilecls
	{
		margin-top:140px;
		
	}
}