After updating GeneratePress to 3.2.1 and GP Premium to 2.2.0, Google Web Stories Embed on HomePage looks weird (crashy). Please check the screenshot – https://ibb.co/QjhvFQk
I am using this CSS styling for embed –
@media (max-width: 768px) {
.web-stories-list__story-poster {
max-height: 500px;
width: 98%;
}
.web-stories-list__story-content-overlay {
max-height: 500px;
width: 85%;
}
.web-stories-list__story.glider-slide.right-1 {
margin-right: 40em;
}
}
Please tell me how to fix it.