#pageheader {
	background: url(../jpg/header_ukraine.jpg);
	background-position: center center;
}
#sloganfirst,#sloganlast {}
#headerlogo { 
	background-image: url(../svg/virtualdjlogo_monochrome.svg);
	opacity: 0.9;
	background-size: contain;
	position: absolute;
	margin-top: 12px;
	filter: drop-shadow(2px 4px 6px black);
}
#headerslogan {width: 100%;text-align: center; margin-left: unset;}
@media (max-width: 650px) {
	#headerlogo {
	    clear: both;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    position: unset;
	}
}


@media (max-width: 870px){
	#headerslogan {
	    position: relative;
	    margin-left: auto;
	    width: auto;
	    margin-right: 5%;
	    float: right;
	    text-align: right;
	}
}