

.menu{
	position: absolute;
}



td img{
	height: 60px !important;
}

img{
	width: 100%;
	height: auto !important;
	align-items: center;
	margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
}

body{
	padding: auto;
	margin: auto;
	background: rgb(0, 0, 0);

		
}

.hand{
	cursor:pointer;
}

@media (max-width: 400px) {
	
	.menu{
		height:30px !important;
	}

	
	td img{
		height: 30px !important;
		width: 120px !important;
	}
}