.av-large-testimonial-slider .avia-testimonial_inner {
background-color: #eee;
display: inline-table;
padding: 40px;
border: 1px solid #aaa;
position: relative;
box-shadow: 0 3px 10px -8px #333;
-webkit-transform: skew(-3deg);
transform: skew(-3deg);
}
.av-large-testimonial-slider .avia-testimonial_inner::before {
content: "\e833";
font-family: entypo-fontello;
font-size: 70px;
position: absolute;
top: -15px;
left: 15px;
-webkit-filter: drop-shadow(2px 2px 3px #666);
filter: drop-shadow(2px 2px 3px #666);
color: #863c07
}
.av-large-testimonial-slider .avia-testimonial_inner::after {
content: " ";
background-image: url("https://webers-testseite.de/wp-content/uploads/testimonial-shadow.png");
background-repeat: no-repeat;
width: calc(100% + 60px);
height: 100%;
position: absolute;
left: 0;
top: 0;
background-position: bottom right;
overflow: visible !important;
background-size: 60px;
opacity: 0.3;
}
#top .av-large-testimonial-slider .avia-slideshow-arrows a {
margin-top: 50px !important;
}