@charset "UTF-8";
/* CSS Document */

.invbutton {
	background-color:rgba(150,150,150,0.10) ;
	display: block;
	position: absolute;
	top: 19%;
	left:13.5%;
	width: 120px;
	height: 160px;
	
}
.invbutton2 {
	background-color:rgba(150,150,180,0.10) ;
	display: block;
	position: absolute;
	top: 19%;
	left:29.5%;
	width: 120px;
	height: 160px;
	
}
@media (max-width: 768px) {
  .invbutton {
	top: 19%;
	left:13.5%;
	width: 60px;
	height: 60px;
	
}
	.invbutton2 {
	top: 19%;
	left:29.5%;
	width: 60px;
	height: 80px;
	
}
}