.simple-banners-widget .simple-banner {
    margin-bottom: 15px;
}

.simple-banners {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.simple-banner.banner-type-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-banner.banner-type-html {
  /*width: 83.3%;
  max-width: 83.3%;*/
  background-color: #33333380;
  /*margin: -20px auto -20px auto; /* calc(var(--kit-widget-spacing, 0px) + 15px) auto;*/
  margin-top: -20px; 
  margin-bottom: -20px;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.sidebar-main .banner-type-html  {
	background-color: transparent !important;
	box-shadow: unset;
    border: none;
}
.sidebar-main .banner-type-html p  {
	font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: center;
}
.simple-banners-widget .simple-banner {
	margin: 15px auto;
}
.simple-banner.banner-type-html p {
	margin-top: 0px;
	margin-bottom: 0.8rem;
}
.simple-banner.banner-type-html a {
	font-weight: bold;
}
.simple-banner.banner-type-html img {
	border-radius: 5px;
}