.expo-banner-logo {
    top: -20px;
    height: 67px;
}
.expo-live {
    margin-top: 15px;
}




@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1441px) and (min-resolution: 144dpi),
only screen and (max-width: 1441px) and (device-aspect-ratio:16/9){
	.expo-banner-logo {
		top: 0;
		margin-bottom: 10px;
	}
}










