Hi @nhabd12
It can be but will not display in excellent size, so I recommend you create 2 image banner sections, one for desktop and one for mobile.
In mobile section, add this code to Custom CSS to hide it on the desktop
@media (min-width: 768px) {
.banner { display: none; }
}
And add this code in Custom CSS of desktop image banner section to hide it on mobile
@media (max-width: 767px) {
.banner { display: none; }
}
I hope this helps.
Best regards,
Dan from Ryviu