.homepageheaderplaininternalevents {
    min-height: 320px !important;
    padding-top: 17em !important;
}

.homepageheaderplaininternal {
    padding-top: 17em !important;
}

.unslider li, .unslider ol, .unslider ul {
    width: 70% !important;
    left: 25% !important;
}

.headmove {
	background-position: 10% 50% !important;
}

.coronaleft {
    position: absolute;
    left: 0em;
    bottom: 7em;
    z-index: 9;
    width: 26vw;
    transform: rotate(-8deg);
}

.coronaright {
	position: absolute;
	display: none;
    right: -2em;
    top: 30em;
    z-index: 999;
    width: 30%;
}

@media screen and (min-width:481px) and (max-width:991px){
.coronaleft {
left: 0em;
    top: 5em;
    z-index: 10;
    width: 54vw;
}

.coronaright {
	position: absolute;
    right: -2em;
    top: 33em;
    z-index: 10;
    width: 70%;
}
  }

@media screen and (max-width:480px){
.coronaleft {
    left: 0em;
    top: 8em;
    z-index: 10;
    width: 60vw;
	}
}

