@media only screen and (min-width: 760px) {
    #itemfocus {
        width: 50vw;
        margin-left: auto;
        margin-right: auto;
    }
	#itemfocus figure .cover::before {
		padding-top: 64%;
	}
    
    #areaPanItems {
		padding-bottom: 10vw;
	}

	/**/
    .items {
        margin: -1em;
        justify-content: center;
    }
    #steps .step-cell[data-classid="item"] > .items {
        padding-top: 1em;
    }
    .items li {
        width: 25%;
        padding: 1em;
    }
    .items li .colum {
		font-size: 1.15em;
    }
}

@media only screen and (min-width: 1400px) {
	main #areaPanItems.wide-bind {
	    max-width: 1200px;
    }
}