a {color: inherit; text-decoration:none;}

body {margin:0; padding:0; font-family:Arial;font-size:22px;font-weight:700;color:#666}

.str-adunit {
	margin: 0px 0px 10px;
  padding: 0px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.str-pre-media {
	padding: 0px 2px;
  color: #777;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.icon-wrapper {
  position: absolute;
  height: 75px;
  min-height: 16px;
  max-height: 40px;
  width: 75px;
  min-width: 16px;
  max-width: 40px;
  left: 2;
  top: 17;
  z-index: 10000;
}

.icon-wrapper img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.thumbnail-video {
	position: relative;
  width: 300px;
  height: 175px;
  float: left;
  margin: 4px 10px 0px 2px;
  clear: none;
  border: none;
  padding: 0;
  display:none;
  z-index: 600;
}

.thumbnail-wrapper {
	position: absolute;
  width: 300px;
  height: 175px;
  float: left;
  margin: 4px 10px 0px 2px;
  clear: none;
  border: none;
  padding: 0;
  z-index: 9999;
}

.str-thumbnail {
	width: 300px;
  height: 175px;
  float: none;
  margin: auto;
  clear: none;
  background-color: rgb(204, 204, 204);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.str-text-content {
	padding: 2px 4px 2px 0px;
}

.str-title {
	color: rgb(40, 40, 40);
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32.4000015258789px;
}

.str-description {
	color: rgb(90, 90, 90);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: 8px;
}

.str-brand-callout {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  color: rgb(197, 42, 44);
}

.str-advertiser {
	display: inline;
  font-size: 12px;
  line-height: normal;
  margin: 5px 0px;
  padding: 0px;
  vertical-align: inherit;
  color: rgb(119, 119, 119);
}

.str-brand-logo {
	display: inline-block;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  border: none;
  background-color: inherit;
  margin-left: 6px;
}

#base-click {
  width:100%;
  height:100%;
  z-index: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}
/*
@media (max-width: 649px) {

  .str-pre-media {
  	display:none;
  }

  .icon-wrapper, .icon-wrapper img {
    display:none;
  }

  .thumbnail-video {
  	display:none;
  }

  .thumbnail-wrapper {
  	width: 70px;
  	height: 70px;
  	display: block;
  }

  .str-thumbnail {
  	height: 70px;
    width: 70px;
    border-radius: 5px;
    float: none;
    margin: auto;
    clear: none;
    background-color: rgb(238, 238, 238);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .str-title {
  	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #2b2b2b;
    font-size: .75em;
    margin: 0 0 5px;
    line-height: 1;
  }
  .str-description {
  	display:none;
  }
}
*/