
a{
    display: inline-block;
}
.audio8_html5.lightHover .radioStation b {
    padding: 0 !important;
    display: inline !important;
}
button{
    padding: 5px 10px;
}
img,
.image{
    width: 30vw;
    max-width: 300px;
    margin: 0vh 0.5vw;
}

//powyzej było 30vw i 300px - Adam

.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}