.giveaway .giveaway-content {
  margin-top: 10px;
  text-align: justify;
}

.giveaway .wishlist-share {
  margin-top: 40px;
}

.giveaway h2 {
  text-align: center;
  margin-top: -30px;
  color: grey;
  font-size: 1.7rem;
  font-weight: normal;
}

@media (min-width: 700px) {
  .giveaway h2 {
    margin-left: 14px;
  }
}

@media (max-width: 700px) {
  .giveaway .giveaway-widget {
    margin-top: 0px;
  }
  .giveaway .giveaway-embed {
    margin-top: -20px;
  }
  .giveaway .giveaway-cols {
    display: flex;
    flex-direction: column-reverse;
  }
  .giveaway img.giveaway-main-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .giveaway a.w-entry-button .w-entry-button-inner {
    background-image: none;
    margin-top: 0px;
    background-image: none;
    float: right;
    display: block;
    padding: 14px 30px;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 400;
    text-decoration: none;
    background-color: #faab37;
    border-radius: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    font-family: open sans condensed;
    text-transform: uppercase;
    width: 100%;
  }
  .giveaway a.w-entry-button {
    background: none !important;
    background-image: none !important;
    width: 100%;
  }
}

.giveaway .giveaway-sponsor-text {
  float: left;
  margin-bottom: 20px;
}
