

.clear {overflow:auto;}

.centered {
  
    top: 50%;
    left: 50%;
    transform: translate(15%, -122%);
    color: white;
    font-size: 22px
}

#vertical div, #horizontal div {
	margin-right:3px;
	float:left;
	width:143px;
	height:110px;
	border:1px solid #999;
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
#vertical img, #horizontal img {
	position:absolute;
}
