.content-container {
    margin-top: 10px;
    
    width: 100%; height: 100px;   
    
    background: #ffffff;
    
    text-align: center;
}
.maps iframe{
    pointer-events: none;
    width: 100%; height: 400px;
}

@media screen and (max-width: 320px) {
.maps iframe{
    pointer-events: none;
    width: 320px; height: 400px;
}
}
