.googlemap{
    overflow:hidden;
    padding-bottom:20%;
    margin-bottom: 5%;
    position:relative;
    height:0;
}
.googlemap iframe{
    left:0;
    top:0;
    height:300px;
    width:100%;
    position:absolute;
}
.overlayYukleniyor{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../dimg/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loadingYukleniyor{
 /   overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loadingYukleniyor .overlayYukleniyor{
    display: block;
}