#fp__spots .upper-block { height: calc(100% - 2 * var(--length-1x) - var(--hippo-height)); }

@media (max-width: 549px) {
	#fp__spots .bw_to_color /*.backstage.bgCover*/ {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: none;
	}
	
	#fp__spots .bw_to_color .bgCover {
	    filter: none;
	}

	#fp__spots .flex-self-bottom {
		padding: 0;
		z-index: 5;
		padding: 0;
        z-index: 5;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
	}

	#fp__spots .hippo-link {
		padding: var(--length-1x) 0px var(--length-1x);
        width: 100%;
        text-align: center;
        background-color: var(--black-color);
        color: #fff;
        display: inline-table;
	}
}