/* font size fix for Kode Swift headline for small viewport*/
@media only screen and (max-width: 734px) {
	.fontsize-fix {
		font-size: 29px;
	}
}
