#meteoblue_three, #meteoblue_map, #meteoblue_meteogram {
    width: 460px;
    border-radius: 12px;
    display: flex;
    margin: 1.5rem;
    overflow: hidden;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    background: #1e293b; 
    color: white;
    & a {
        display: none;
    }
    & iframe {
        width: 100%;
        height: 705px;
        border: 0;
        margin: 0;
        overflow: hidden;
    }
}

