@@ -252,4 +252,10 @@ pre {
.sponsored{
max-width: 200px;
+}
+
+@media (max-width: 768px){
+ .sponsored{
+ max-width: 100%;
+ }
}