/* Enter Your Custom CSS Here */
@media screen and (max-width : 350px) {
.hidecontent {
    display: none;
  }
  
  .showcontent {
    display: block !important;
  } 
}



magazine-thumbnail {
background-color: #000001;
}

@media screen and (max-width : 600px) {
 .m-list{
  width: 100% !important; 
} 
.m-content-text{
  width: 100% !important;
}
}
.m-list{
  width: 25%; float: left; font-size: 14px; line-height: 14px; padding-left: 0px; 
}
.m-content-text{
  width: 73%; float: right;
}