html, body, .main-content {
    height: 100%;
    width: auto;
}

body {
    /* height of .navbar, customize with @navbar-height variable */
    padding-top: 50px;
    margin: 20px;
}

.navbar {
    min-height: 50px;
}

#cesiumContainer {
    height: 90%;
    margin-bottom: 30px;
}

#leaflet-map {
    height: 90%;
    margin-bottom: 30px;
}

#toggleButton {
    padding: 0px;
}

#form-control {
    width: 100%;
}

.clickable-row {
    cursor:pointer;
}

img {
    height: auto;
    width: 640px;
}

video {
    height: auto;
    width: 640px;
}

@media only screen and (max-width : 640px) {
    img {
        width: 100%;
        height: auto;
    }
    video {
        width: 100%;
        height: auto;
    }
}
