#map {
	width: 100%; 
	height: 680px; 
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
  	left: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.bannerSirSap{
    width: 100%;
    max-width: 1024px;
    height: 60vh;
    background-image: url("img/sir_sap_web.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 992px){
    .bannerSirSap{
        background-image: url(img/sir_sap_mobile.png);
    }
}



