.banner-wrapper {
  padding-top: 20px;
}

.banner-wrapper .banner-container {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-wrapper .banner-property button {
  position: relative;
  top: -34px;
  left: calc(100% - 77px);
}

.banner-wrapper .remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background-color: #adadad;
  border-radius: 50%;
}

.banner-wrapper .remove-button:hover {
  color: #d9534f;
}
