/* EVC Live Radar Styles */

/* This container is used by the [live_radar] shortcode to maintain a responsive aspect ratio. */
.evc-live-radar-aspect-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    /* Default to 16:9 aspect ratio. This can be overridden by the 'ratio' shortcode attribute. */
    padding-bottom: 56.25%; 
}

.evc-live-radar-aspect-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* This container is used by the Live Radar Widget, which uses a fixed height. */
.evc-live-radar-widget-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
