* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body{
    font-family: "Segoe UI", "Segoe WP", Arial, Sans-Serif;
}

.mediumcardContainer {
  float: right;
  position: relative;
  z-index: 1;
}

.caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0, transparent 100%);
  bottom: 0;
  padding: 20px 16px 50px;
  position: absolute;
  width: 300px;
}

.caption .title {    
  font-family: "Segoe UI Semibold","Segoe WP Semibold","Segoe WP","Segoe UI",Arial,Sans-Serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  overflow: hidden;
  white-space: normal;
}

.sponsorandsourcename {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 13px 16px 20px 16px;
}

.sourcename {
  display: inline;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #ccc;
}

.adslabel span {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-right: 4px;
  background: #1e6525;
  border-radius: 2px;
  line-height: 1.8;
  padding: 1.2px 6px 1.5px 6px;
}
