html {
	height:-webkit-fill-available;
}
body {
	background-color:#fb4a75;
    font-family: 'Roboto Condensed', Arial, sans-serif;
	line-height:1.3;
	font-size:16px;
	font-weight:300;
}
.body-article {
	background-color:#fff;
	font-family: 'Roboto', Arial, sans-serif;
}
p {
	margin:16px 0;
}

.zoomist-container {
	/* top:48px; */
}

.no-touch.zooming .zoomist-wrapper .motion__line,
.no-touch.zooming .zoomist-wrapper > * {
	/* transition: all 0.2s linear; */
}
img {
	max-width:100%;
	vertical-align:top;
}

h2 {
	color:#f72f60;
	text-transform:uppercase;
	font-size:calc(20px + (96 - 20) * (100vw - 320px) / (1920 - 320));
	line-height:0.9;
	margin:1.5em 0 2em;
	text-align:center;
}

@media screen and (min-width:1000px){
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	body {
		font-size:14px;
	}
}
