@media only screen and (max-width: 767px) {
    .paragraph--type--banner-box-texto-e-video .paragraph__column>div:nth-child(1) .field-item img {
       display: block;
    }
}

@media only screen and (max-width: 767px) {
    .paragraph--type--banner-box-texto-e-video .paragraph__column>div:nth-child(1) .field-item {
        background-image: none;
    }
}