@media only screen  and (min-width : 1224px) {        .asset-listings .four {		position: relative;		left: 45px;    }        .asset-listings .twelve {        padding: 0 45px 0 45px;        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;    }}/* Mobile Devices ----------- */@media only screen and (max-width : 768px) {		header .logo_external {		margin-left: 10px;		//margin-top: 5px;		position: relative;		z-index: 12;	}		.logo_external img,	.logo img {		max-width: 80px;	}			.services .image img {		padding-bottom: 30px;	}		header .navigation ul {		padding-left: 0;	}		.about .article .entry-content {		padding: 50px;	}}/* Mobile Devices ----------- */@media only screen and (max-width : 480px) {		.about .article .entry-content {		padding: 15px 0;	}}/* Tablets ----------- */@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {	}/* Desktops ----------- */@media only screen  and (min-width : 1224px) {        .asset-listings .four {      position: relative;      left: 45px;    }        .asset-listings .twelve {        padding: 0 45px 0 45px;        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;    }}header .menu { z-index:1 }