#cretan-helix-logo-container {
	position: absolute;
	top: 0;
	z-index: 100;
	left: 107px;
	width: 250px;
	height: 300px;
}

#cretan-helix-logo-container img {
	height: 100%;
}

.v-bottom {
	display: table-cell;
	vertical-align: bottom;
	z-index: 4;
	padding: 0 5%;
	position: relative;
}

.moto1 {
	font-size: 4em;
	color: #ffdf32;
	font-weight: 600;
	font-family: 'Playfair Display';
	margin-left: -125px;
	margin-bottom: -5px;
}

.moto2 {
	font-size: 4em;
	color: #ffdf32;
	font-weight: 600;
	font-family: 'Playfair Display';
	margin-left: 172px;
	margin-top: -20px;
}

@media only screen and (max-width: 740px) {
	.moto1 {
		font-size:3em;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.moto2 {
		font-size:3em;
		margin-left: 0px;
		margin-top: -0px;
	}
	
	#cretan-helix-logo-container img {
    height: 65%;
}
}