body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ffffff;
}

.iziToast-wrapper-bottomCenter {
  text-align: right!important;
}

.iziToast, .iziToast-buttons-child {
  width: 300px;
  height: 250px;
}

.iziToast {
  background-image: url(../img/banner.jpg) !important;
  background-size: contain !important;
}

.iziToast::after {
  box-shadow: none !important;
}

.iziToast .iziToast-buttons-child {
  margin-left: -23px !important;
  margin-top: -12px !important;
  background: rgba(0, 0, 0, 0) !important;
}

.iziToast a {
  cursor: pointer;
}

.iziToast-close {
  background-color: #cccccc !important;
  height: 42px !important;
  top: 208px !important;
}

@media screen and (max-width: 480px) {
  .iziToast, .iziToast-buttons-child {
    width: 150px;
    height: 125px;
  }
  .iziToast-close {
    background-color: #cccccc !important;
    height: 42px !important;
    top: 85px !important;
  }
}