

@media only screen and (max-width: 1068px) {
    .headline-center-ol {
        position: absolute;
    }
}

@media only screen and (max-width: 1068px) {
    .resetY {
        transform: translateY(3px);
    }
    .resetYY {
        transform: translateY(7px);
    }
}

@media only screen and (max-width: 735px) {
    .resetYY {
        transform: translateY(3px);
    }
}