@media only all and (max-device-width:760px), only all and (max-width:760px) {
    

.noiphone {
    display: none !important;
}

.iphoneonly {
    display: block;
}

.iphoneonly-table {
    display: table;
}

.map-card {
    width:calc(100% - 8px);
    min-width: 100%;
}

}