/* Add here all your CSS customizations */
.harita {
  position: relative;
  height: 100%;
  min-height: 100vh;	
}
.harita iframe,
.harita object,
.harita video,
.harita embed
 {
    height: 100%;
    width: 100%;    
    left: 0;
    top: 0;
    position: absolute;
}