@media only screen and (max-width: 415px) {
	.mob-frontpageheadertop-margin {position: relative; text-align: center; margin-top: 20px !important;}	
}

@media only screen and (min-width: 416px) { 
}

@media only screen and (min-width: 416px) and (max-width: 666px) {	
	.frontpageheadertop-margin {margin-top: 95px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {	
	.frontpageheadertop-margin {margin-top: 70px !important;}
}
@media only screen and (min-width: 1024px) {	
	.frontpageheadertop-margin {margin-top: 95px !important;}
}

/*
video#vid {position: relative;right: 0;bottom: 0;margin-top: 50px;min-width: 100%;min-height: 100%;width: 100%;height: auto;z-index:-100;background-size: cover;background-color: #FFF;}

.bannerheader {
		position: absolute;
    margin-left: 6rem;
    margin-top: 6rem;
}
*/