.specs-image{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	aspect-ratio: var(--specs-img-size-mobile);
}
@media screen and (min-width:768px){
	.specs-image{position:absolute;left:50%;height:auto;width:50%;aspect-ratio: auto;}
}
.specs-inner{margin-bottom:3em;text-transform:uppercase;}
.specs-inner h2{margin-bottom:1em;}
.specs-inner p{font-size:0.875em;}

img.mashbill{
	max-width:250px;
}