#bg {
	height:calc(32rem + 40vh); min-height:auto;
	background:url(/img/b_bg_i.jpg) 50% 0 / cover no-repeat #240;
	-webkit-transform:translate3d(0, -40vh, 0); border:0 !important;
}

#actions > span {color:#06f; text-shadow:none}
#actions > span:hover {border-bottom-color:#06f}

article {max-width:300px; }

@media all and (max-width: 600px) {
	h2 {text-align:center}
	#bg {height:86vh; transform:translate3d(0, -50vh, 0); transition:height .3s}
}

