.ws_wpsl_wrap:not(.active) {
position: relative;
}
.ws_wpsl_wrap:not(.active):before {
content: '';
position: absolute;
width: 100%;
height: 100%;
filter: blur(8px);
background-size: 100% auto !important;
background-repeat: no-repeat;
background-position: top center;
}		
@media (min-width: 676px) {
.ws_wpsl_wrap:not(.active) {
aspect-ratio: 1.9138;
}
.ws_wpsl_wrap:not(.active):before {
background-image: url(//tissi.de/wp-content/themes/divi-child/lib/views/ws_wpsl/images/wspl_desktop.jpg);
}
}	
@media (max-width: 675px) {
.ws_wpsl_wrap:not(.active) {
aspect-ratio: 0.7595;
}
.ws_wpsl_wrap:not(.active):before {
background-image: url(//tissi.de/wp-content/themes/divi-child/lib/views/ws_wpsl/images/wspl_mobile.jpg);
}
}	
.ws_wpsl_wrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ws_wpsl_wrap.active .ws_wpsl_content {
display: none
}
.ws_wpsl_wrap .ws_wpsl_content {
display: block;
position: relative;
width: 600px;
max-width: 90%;
}
.ws_wpsl_wrap .ws_wpsl_content .ws_wpsl_text {
background-color: rgba(255,255,255, 0.7);
text-align: center;
padding: 20px 15px;
margin-bottom: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ws_wpsl_wrap .ws_wpsl_content .button.et_pb_button.et_pb_more_button {
display: table!important;
cursor: pointer;
margin: 0 auto;
color: #575757 !important;
border-width: 1px !important;
border-color: #8CA5A9;
background-color: rgba(201,225,227,0.8);
}