article {
    padding:  20px 10px;
}
section {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    justify-content: space-between;
}
section > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
h3 {
    text-align: center;
}
h4 {
    text-align: left;
}
section p {
    text-align: right;
}
.od-do { /*prijavljivanje, odjavljivanje i period za tišinu*/
    white-space: nowrap;
}
.BTN-eyecatcher {
    width: 160px;
    margin: 0 auto;
    border-left: 1px solid darkgreen;
    border-top: 1px solid darkgreen;
    border-right: 3px solid darkgreen;
    border-bottom: 3px solid darkgreen;
    border-radius: 5px;
}
.BTN-eyecatcher:active {
    margin-bottom: 2px;
    border-left: 1px solid darkgreen;
    border-top: 1px solid darkgreen;
    border-right: 1px solid darkgreen;
    border-bottom: 1px solid darkgreen;
}
.BTN-eyecatcher h4 {
    padding: 20px 28px;
    margin: 0px auto;
}

@media(min-width: 768px) {
    article {
        position: relative;
        width: 600px;
        margin: 0 auto;
    }
}
.map {
    display: none;
    box-sizing: border-box;
    background: rgba(0,0,0,.3);
    position: relative;
}
#map:target {
    display: block;
    width: 100%;
    height: 50vh;
    z-index: 100;
}
iframe {
    width: 100%;
    height: 100%;
}
.close {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: red;
    border: 2px solid pink;
    border-radius: 1rem;
    /* X in the middle */
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: white;
}