

div[data-component="Hero-2"]{
max-height: 684px !important;
min-height: unset !important;
height: 82vw !important;
}

@media (min-width: 768px){
div[data-component="Hero-2"]{
max-height: 480px !important;
height: 36vw !important;
}
}

@media (min-width: 2000px){
div[data-component="Hero-2"]{
max-height: 767px !important;
height: 79vw !important;
}
}