.wb-tabs.carousel-s1 [role="tabpanel"] a, .wb-tabs.carousel-s2 [role="tabpanel"] a {
    color: #6e2f69;
    outline-offset: 0;
    text-decoration: none;
}
 
 
[id^="tab"] {
    height: auto;
    overflow-y: hidden;
}
 
.wb-tabs.carousel-s1 figure img, .wb-tabs.carousel-s2 figure img {
    margin-bottom: 60px;
}
 
.wb-tabs.carousel-s1 [role="tablist"] > li.tab-count {
    display: none !important;
}
.wb-tabs [role="tablist"] > li {
    background: rgba(235, 242, 252, 0);
    border: none;
}
 
 
.wb-tabs.carousel-s1 [role="tablist"] {
    bottom: 20px;
    left: 0;
    position: absolute;
    z-index: 1000;
    background-color: #6e2f69;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.4;
padding-bottom: 3px;
}
 
 
.wb-tabs [role="tablist"] > li:focus, .wb-tabs [role="tablist"] > li:hover {
    background: none;
}
 
 
.wb-tabs [role="tablist"] > li a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
}
 
 
.wb-tabs.carousel-s1 [role="tabpanel"] a figcaption, .wb-tabs.carousel-s2 [role="tabpanel"] a figcaption {
    color: #fff;
    text-decoration: none;
}
 
 
.wb-tabs.carousel-s1 figure, .wb-tabs.carousel-s2 figure {
    background-color: #fff;
}
 
 
.wb-tabs.carousel-s1 figcaption, .wb-tabs.carousel-s2 figcaption {
    bottom: 60px;
    left: 0;
    padding: .5em .5em .5em .85em;
    position: relative;
    right: 0;
    z-index: 101;
    font-size: 17px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.81) 0%, rgba(36, 36, 36, 0.94) 54%, rgba(3, 3, 3, 0.78) 100%);
    font-weight: bold;
}

/*
.slide-btn {
    position: relative;
	max-height: 40px;
	max-width: 160px;
	color:#000000;
	text-align: left;
	text-decoration: none;
	box-shadow: 1px 3px #000000;
	border-radius: 0px;
	margin-top: 0px;
    display:block;
  }
.slide-btn:hover {
  background-color: #6e2f69;
	 color: #ffffff;

}

*/

a.slide-btn{
    background-color: #313131;
    color: #fff;
    display: block;
    padding: 2px 0px 4px 0px;
    max-width: 240px;
    text-decoration: none;
    margin-top: 2em;
    border: 2px solid #000;
    text-align: center;
}


a.slide-btn:hover{
background-color: #6e2f69;
}

.slide-btn h2{
    margin: 0;
}