/* Map — i2t3 component styles */

.i2t3-map-section { position: relative; }

.i2t3-map-section .map-embed,
.i2t3-map-section iframe {
    border: 0;
    border-radius: 6px;
    height: 200px;
    width: 100%;
}

@media (min-width: 768px) {
    .i2t3-map-section .map-embed,
    .i2t3-map-section iframe {
        height: 500px;
    }
}
