I am also having this issue. Tried using the below code, is this right?
/* mobile screens */
@media only screen and (max-width: 640px) {
#block-yui_3_17_2_1_1587744734128_191413{
width: 50%;
}
}
/* tablet screens */
@media only screen and (max-width: 768px) {
#block-yui_3_17_2_1_1587744734128_191413{
width: 100%;
}
}
Website link is https://jonkasbe.com/when-lambs-become-lions/. Trying to get the Apple TV, Google Play, Amazon, etc. logos to not show up full screen on mobile and to stay small and in a line like it does on the computer.
Thanks in advance for any advice!