.top-tasks-background {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.top-tasks-background__image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 30rem) {
    .top-tasks-background {
        display: block;
    }
}

@media (min-width: 62rem) {
    .top-tasks-background--half .top-tasks-background__image {
        min-width: auto;
        transform: translate(0, -50%);
    }
}
