.Campaign_column {
  position: relative;
}

.Campaign_column_location {
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 200px;
}

@media screen and (min-width:320px) and (max-width:999px) {
  .Campaign_column_location {
    bottom: 140px;
  }
}
