.banner {display:none;position:fixed;bottom:10px;right:10%;z-index:50}
img { border: 0 none; height: auto; max-width: 100%; vertical-align: middle;}

.mpt-banner {background:#525355;}
.mpt-banner .mpt-banner-inner { position:relative; overflow:hidden; width:100%; height:250px;   }

.mpt-banner .mpt-banner-tip { position:absolute; top:0px; left:0px; width:100%; height: 100%; background:rgba(0, 0, 0, 0.6); color:#fff; }
.mpt-banner .mpt-banner-tip .row { padding:20px 20px 20px 20px; }
.mpt-banner .mpt-banner-tip .row .col4 h2 { font-size:26px; padding:0px; margin:0px; line-height:70px; text-align:center; }
.mpt-banner .mpt-banner-tip .row .col12 h2 { font-size:26px; padding:0px; margin:0px; text-align:left; }
.mpt-banner .mpt-banner-tip .row .col8 , .mpt-banner .mpt-banner-tip .row .col12 { color:#fff; font-size:15px; }
.mpt-banner .mpt-banner-more { display:block; position:absolute; bottom:15px; right:20px; background:#000; color:#fff; padding:5px 20px; text-decoration:none; font-size: 16px; font-weight: normal; font-family: 'trash', arial, sans-serif; }
.mpt-banner .mpt-banner-more:hover { background:#000; }
.toast-close-button { background:#000 !important; position:absolute; top:-10px; right:-10px; z-index:99; height:20px; width:20px; display:block; text-align:center; font-size:12px; text-decoration:none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.4); -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.4); box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.4); color:#fff; }

#toast-container > div { padding:0px !important;  }
.toast-title { display:none; }
#toast-container > div { overflow:visible !important; border-radius: 0px !important; }
.toast-bottom-right { bottom:0px !important; right:20px !important; } 

button::after { display:none !important; }
button::before { display:none !important; }

.mpt-banner .mpt-banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .toast-close-button,
  #toast-container > div {
opacity: 1 !important;
  }