#airfield-background {
    width: 100%;
    position: absolute;
    right: -11vh;
}

#radio-click {
    width: 37%;
    height: 37%;
    position: absolute;
    bottom: 24%;
    right: 50%;
    cursor: pointer;
}

#map-click {
    width: 42%;
    height: 35%;
    position: absolute;
    bottom: 7%;
    right: 7vh;
    cursor: pointer;
}