@media only screen and (max-width: 1340px) {
    .adjustment {
        position: absolute;
        width: 18%;
        left: 23vw;
    }
}

@media only screen and (max-width: 1024px) {
    .adjustment {
        position: initial;
        width: 100%;
    }
}