/*
	giovani.g, ZD: 212974, 
	Making the header image responsive and adjusting the 
	position of the Register now button.
*/
#section-7472650 > div {
	height: 50vw;
}
#section-7472650 {
	position: relative;
}
#section-7472650 > div > div > div.element-groups.Component-elementGroups-0-2-1 {
	position: absolute;
    top: 40vw;
    left: 0;
}
@media screen and (max-width: 768px) {
  	#section-7472650 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > button {
  		font-size: 4vw;
  	}
    #section-7472650 > div > div > div.element-groups.Component-elementGroups-0-2-1 {
       top: 38vw;
    }
}
@media screen and (max-width: 600px) {
  #section-7472650 > div > div > div.element-groups.Component-elementGroups-0-2-1 {
	position: absolute;
      top: 34vw;
  }
}
/* ----- end ------ */


#section-6072757 > div {
	height: 60vw;
}
#section-6072757 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div {
	position: absolute;
    left: 0;
    top: 47vw;
  	width: 100%;
}
@media screen and (max-width: 600px) {
  	#section-6072757 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div {
    	top: 40vw;  
	}
}



