.leftmap {
    float: left; 
    margin-left: 5px; 
    
    padding-left: 5px;
    background: white;
}
.leftmap scan {
    font-size: 20px;
    background: white;
    color: black;
}
.leftmap img {
    width: 50px;
}
.loc-text {
    padding-bottom: 5px;
}
.rightmap {
    float: left; 
    overflow: hidden; 
    width: 40%; 
    height: 400px;
    background: white;
}

@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .leftmap, .rightmap {
      width: 100%;
      font-size: 14px;
    }
  }