.screenshot {
	border-radius: 12px;
	border: 4px solid #333;
	padding: 0;
	margin: 0;
	height: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.screenshot img {
display: block;
max-width: 100%;
height: auto;
padding: 0;
margin: 0;
}
.screenshot.desktop {
/*position: absolute;*/
/*width: 400px;*/
/*height: auto;*/
left: 0;
/*bottom: 20px;*/
border-top-width: 18px;
}
.screenshot.desktop img {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.screenshot.tablet {
position: absolute;
width: 225px;
height: auto;
right: 50px;
bottom: 10px;
border-left-width: 22.5px;
border-right-width: 22.5px;
border-color: whitesmoke;
}
.screenshot.phone {
position: absolute;
width: 80px;
height: auto;
left: 40px;
bottom: 0px;
border-top-width: 16px;
border-bottom-width: 16px;
border-color: whitesmoke;
}
