.default-ad {
  display: none;
}

.bsa-cpc #_default_ {
  position: relative;
  overflow: hidden;
  padding: 0 1em;
  min-height: 250px;
  max-width: 100%;
  background-color: #000000;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 58, 58, 0.05);
  -moz-box-shadow: 0 0 0 1px rgba(58, 58, 58, 0.05);
  box-shadow: 0 0 0 1px rgba(58, 58, 58, 0.05)  
}

.bsa-cpc a {
  color: #fff !important;
  text-decoration: none;
}

.default-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: #fff;
  text-align: center;
  transition: all .2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-display: flex;
  -moz-flex-direction: column;
  -moz-align-items: center;
  -moz-justify-content: center;
  -webkit-display: flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

#_default_:hover .default-image {
  transform: scale(.5) translateY(80%);
}

#_default_:hover .default-title,
#_default_:hover .default-description {
  transform: translateY(0);
}

.default-image img {
  position: relative;
  display: inline-block !important;
  height: 60px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.default-image:after {
  display: block;
  color: rgba(0, 0, 0, 0.33);
  content: "Sponsored";
}

.default-title {
  margin-top: 2em;
  color: #FFFFFF;
  font-weight: 600;
}

.default-description {
  color: rgba(255, 255, 255, 0.66);
}

.default-title,
.default-description {
  position: relative;
  display: block;
  text-align: center;
  transition: all .3s ease-in-out;
  transform: translateY(60px);
}

.default-description:after {
  display: table;
  margin: .7em auto;
  padding: .5em;
  border: solid 1px #F83047;
  border-radius: 4px;
  color: #F83047;
  content: "Learn More";
  font-size: 12px;
}
