こんにちは、モバイルおよびタブレット デバイスで 1 行 (正確には背景) を非表示にすることに問題があります。
@media screen and (max-device-width: 900px){
.none {
display: none !important;
visibility: hidden !important;
}
}
@media screen and (max-device-width: 900px){
.none {
background-image: none !important;
}
}