.skin-banner {
position: fixed;
left: 0;
top: 0;
height: 1080px;
width: 100%;
z-index: 0;
}
.skin-banner img {
border-radius: 0;
display: block;
}
#main, .elementor-location-header {
max-width: 1260px;
margin: auto;
}
.elementor-location-header {
margin-top: 120px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
background: white;
}
@media (max-width: 767px) {
.skin-banner {
display: none;
}
.elementor-location-header {
margin-top: 0;
}
}