@media only screen and (max-width: 959px) {
.sidebar-column,
.header-buttons {
display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
.post-list .wp-block-post-featured-image {
width: 200px !important; } }
@media only screen and (max-width: 767px) {
.wp-block-query.post-list .wp-block-post-featured-image {
float: none;
width: 100% !important;
margin: 0 0 10px 0 !important; } }