.MenuImage
	{
	float : left;
	width:381px;
	height : 254px;
	margin-right:6px;
	margin-left:6px;
	margin-bottom:12px;
	
	background-size:cover;
	}

.MenuTitle
	{
	margin-top : 40px;
	margin-left : 50px;
	font : 32px Arial,serif;
	color : #ffffff;
	}		

.MenuText
	{
	margin-top : 40px;
	margin-left : 120px;
	font : 20px Arial,serif;
	color : #ffffff;
	}	
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.MenuImage
		{
		max-width:100%;
		margin-left:auto;
		height: 66vw;
		}