I have noticed that the possibility img was not fitting on devices less than 950px
It was:
.gpt3__possibility-image img { width: unset; height: unset; }
So i changed that to:
.gpt3__possibility-image img { width: 100%; height: 100%; }
And it worked perfectly.
I have noticed that the possibility img was not fitting on devices less than 950px It was:
.gpt3__possibility-image img { width: unset; height: unset; }
So i changed that to:.gpt3__possibility-image img { width: 100%; height: 100%; }
And it worked perfectly.