@media only screen and (max-width: 1024px) {
	.pictureFolder > i{
		display: none;
	}
	
	.bigButtons{
		font-size: 2vw;
		width: 9vw;
	}
}

@media only screen and (max-width: 800px) {
	.imageTextLabel{
		display: none;
	}
	
	.imageEntry{
		width: 8vw;
	}
	
	.imageEntry > a > img{
		margin-right: 0px;
	}
	
	.icons{
		line-height: 3.5vw !important;
	}
}