.event-featured-image {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid black;
}
.swiper-slide{
    height:auto;
    padding-bottom:50px;
}
h3.event-title {
    padding-bottom: 0;
}
.event-title a{
    text-decoration: none;
}
.swiper-slide.single-event {
    border-right: 2px solid black;
}
.swiper-slide.single-event {
    border-right: 2px solid black;
}
.swiper-slide .tickets_link{
	margin-top:10px;
	margin-right:20px;
	display:inline-block;
}
.swiper-button-next, .swiper-button-prev {
    background-color: white;
    height: 100% !important;
    top: 22px !important;
    border: 2px solid black;
    border-top: 0;
	border-right:0;
    border-bottom:0;
    padding: 20px;
}
.swiper-button-next{
	right:0 !important;
	background-image:url('http://dev.velocitydancecenter.org/wp-content/themes/ChildThemeDivi/svgs/next-arrow.svg') !important;
}
.swiper-button-prev{
	left: 0 !important;
	border-left:0;
	background-image:url('http://dev.velocitydancecenter.org/wp-content/themes/ChildThemeDivi/svgs/prev-arrow.svg') !important;
}
.swiper-wrapper {
    padding-left: 42px;
}
.event-info-wrap {
    padding: 15px;
}
.tickets_link {
    position: absolute;
    bottom: 13px;
}
@media(max-width:768px){
    .event-featured-image {
        height: 291px !important;
    }
    .swiper-wrapper {
        padding-left: 0px;
        padding-right:42px;
    }
    .swiper-slide.single-event {
        width: 60% !important;
    }
}

@media(max-width:540px){
    .swiper-button-next, .swiper-button-prev{
        display:none;
    }
}