aside.label {
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 4px 4px 0;
    display: none;
}
aside.label img {
    max-width: 200px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    aside.label {
        top: 19%;
    }
    aside.label  img{
        max-width: 100px;
        height: auto;
    }
}

