.apple {
    background-image: url(../Resources/Apple50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.apricot {
    background-image: url(../Resources/Apricot50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.kiwi {
    background-image: url(../Resources/Kiwi50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.cherry {
    background-image: url(../Resources/Cherry50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.pear {
    background-image: url(../Resources/Pear50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.strawberry {
    background-image: url(../Resources/Strawberry50.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.aspect-ratio-box {
	width: 100%; 
	padding-top: 40%;
	position: relative;
}

.aspect-ratio-box-inside {
	position: absolute;
	top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
}

.stone {
	width: 8.33%; 
	height: 12.5%;
}

