@media(max-width: 992px) {
	#imgbtn {
		position: absolute;
		left: 50%;
		top: 55%;
		margin-left: -160px;
		margin-top: -200px;
		width: 300px;
		height: 300px;
	}
	#imgbtn:active {
		margin-top: -200px;
		transform: scale(0.98);
	}
	#click {
		position: absolute;
		left: 5%;
		top: 1%;
		margin-left: -10px;
		margin-top: 0px;
		font-size: 55px;
	}
	#ketchup {
		background-color: #859de8;
	}
	#ketchupbtnimg {
		height: 65px;
	}

	#cheese {
		background-color: #859de8;
	}
	#cheesebtnimg {
		height: 65px;
	}

	#sausage {
		background-color: #859de8;
	}
	#sausagebtnimg {
		height: 65px;
	}

	#tomato {
		background-color: #859de8;
	}
	#tomatobtnimg {
		height: 65px;
	}

	#intheoven {
		background-color: #859de8;
	}
	#intotheovenbtnimg {
		height: 65px;
	}

	#clicktxtphone {
		display: block;
		opacity: 35%;
	}

	#menubtn {
		display: block;
	}

	#menu {	
		display: block;
		opacity: 0%;
	}
	@keyframes menuanim {
		0% {
			top:-15%;
		}
		100%{
			opacity: 100%;
		}
	}

	@keyframes pizzasell {
		0% {
			left:-35%;
		}
		100%{
			opacity: 100%;
		}
	}
}