

@media (max-width:1000px) {
    #logo_ikg {
        display: none !important;
    }
}
@media (min-width:1001px) {
    #logo_ikg {
        display: inline-block !important;
    }
}

.carousel-inner > .carousel-item > img {
    /*width:640px;*/
    width: auto;
    max-height:300px;
}

#map-container{
    height: 93vH !important;
    width: 100% !important;
}

#btn-slider-container-toggle {
    z-index: 5000;
    background-color: white;
    position: absolute;
    right:20px;
    top:170px;
    display: none;
}

#sliders-container {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    z-index: 5000;
    position: absolute;
    right:20px;
    top:210px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: #777777 1px solid;
}


.modal-dialog {
    max-width: 95vw;
    width: 95vw;
    height: 95vh;
    margin: auto;
}
.modal-content {
    height: 100%;
}

.modal-body {
    height: 100%;
    padding: 10px;
}

#panorama-container {
    width: 100%;
    height: 100%;
}





