div.page {
    height: 100%;
    width: 100%;    
    min-width: 360px;
    min-height: 900px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.content-container {
    min-height: 792px;
    top: 108px;
    height: calc(100% - 108px);
}

div.mapbox {
    display: none;
}

div.content-container {
    min-width: 252px;
    right: 15%;
    left: 15%;
    width: auto;
}
div.transp-box-description{
    width: 100%;
    top: 50px;
    height: 200px;
    transform: translateX(0%);
    left: 0%;
}
    
div.intro {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

div.ContactForm {
    min-width: 200px;
    width: 100%;
    bottom: 10%;
    top: 300px;
    max-height: 40%;
    transform: translateX(0%);
    left: 0%;
}

@media (max-aspect-ratio: 1/1){
   
  
}


@supports (-webkit-overflow-scrolling: touch) {
    /* On IOS background should not be fixed, as they get expanded to cover all the page, not just the div */
    div.page {
       background-attachment: scroll;
    }
}
