.ribbon {
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  background-color: #292B2A;
  clear: both;
}

.ribbon-wrap {
  width: 100%;
  height: 300px;
  background-color: #292B2A;
  overflow: hidden;
}

.left-ribbon {
  width: 25%;
  min-width: 365px;
  height: 250px;
  background-color: #292B2A;
  float: left;
  position: absolute;
  padding: 25px;
}

.ribbon-header {
  margin-top: 25px;
}

.ribbon-header p {
  font-family: "Gotham Medium";
  font-size: 36px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
}

.ribbon-description {
  margin: 10px 0 30px;
}

.ribbon-description p {
  font-family: "Gotham Light";
  font-size: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
}

.ribbon-image {
  width: 75%;
  min-height: 300px;
  float: right;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 425px;
  background-size: cover;
}