html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial;
}
body {
  padding: 5px;
}
ul {
  margin: 0;
  padding: 0;
}
.mediaTypeIcon {
  position: absolute;
  left: 1px;
  top: 1px;
}
.mediaTypeIconContent {
  float: left;
  padding: 5px;
  background-color: #ffd304;
}
.mediaTypeIconContent span {
  width: 24px;
  height: 24px;
  background: url(https://cdn.ebaumsworld.com/img/desktop/mediaFeedIcons.png) 0 0 no-repeat;
  display: block;
}
.mediaTypeIconContent span.gallery {
  background-position: 0 calc(-24px);
}
.mediaTypeIconContent span.video {
  background-position: 0 calc(0px);
}
.mainContent {
  max-width: 600px;
  margin: 0 auto;
}
.mainContent ul {
  list-style: none;
}
.mainContent li {
  list-style: none;
  display: block;
  background-color: #111223;
  position: relative;
  margin-top: 20px;
}
.mainContent li .featureThumb {
  width: 100%;
}
.mainContent li .featureFeedDetails {
  padding: 20px;
  padding-top: 0;
  color: #fff;
}
.mainContent li footer {
  display: none;
}
.mainContent li h2 a {
  color: #ffd304;
  font-size: 23px;
  line-height: 25px;
  text-decoration: none;
}
.mainContentPost {
  max-width: 600px;
  margin: 0 auto;
}
.mainContentPost ul {
  list-style: none;
}
.mainContentPost li {
  list-style: none;
  display: block;
  position: relative;
  margin-top: 30px;
}
.mainContentPost li .galleryListImage {
  width: 100%;
  margin-top: 5px;
}
