.wysokosc {
    top: 0px !important;
    right: 0px !important;
    height: 100%;
    position: absolute;
}
@media screen and (max-width: 911px){
    .wysokosc {
        min-height: 200px;
        top: inherit;
        bottom: -200px;
        height: 200px !important;
        width: 100%;
        position: inherit;
    }
}
