.temp_banner {
    width: 100%;
    padding: 30px 15px;
    position: relative;
    color: #fff;
}

.temp_banner .banner-wrapper {
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
}

.temp_banner .banner-wrapper i.fa-close {
    position: absolute;
    top: 30px;
    right: 15px;
    color: white;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .temp_banner .banner-wrapper i.fa-close {
    display: none;
  }
}
