/*
* style.css
* Styles for plugin ckc-osm
*/

  /*////////////////*/
 /* openstreetmap */
/*////////////////*/

.ckc_osm .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.ckc_osm .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ckc_osm .link-to-osm {
    text-align: right;
    font-size: 0.8rem;
    font-style: italic;
}
