
.fusion_events_view .col-sm-height > .col-sm-6 {
    margin: 10px 15px;
    -webkit-box-shadow: -4px 0px 15px #ccc;
    -moz-box-shadow: -4px 0px 15px #ccc;
    box-shadow: -4px 0px 15px #ccc;
}
.fusion_events_view .event-details {
	padding: 20px 15px;
	z-index: initial;
}
.fusion_events_view  a.btn.small {
    box-shadow: none;
    line-height: 30px;
    min-width: 160px;
    text-align: center;
    padding: 0;
    border-radius: 2px;
}
.fusion_events_view p.cta {
	min-height: 33px;
	margin-bottom: 5px;
}
.fusion_events_view p.cta.details {
	z-index: 10;
	position: relative;
}
.fusion_events_view .completed {
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
}
.fusion_events_view .completed img {
	position: absolute;
    right: -3px;
    max-width: 28%;
    top: -3px;
}
.fusion_events_view .completed + .event-details .cta.register {
    visibility: hidden;
}
.fusion_events_view h2 {
	margin-bottom: 50px;
}
.fusion_events_view h4 {
	margin-bottom: 0;
}
.fusion_events_view h5 {
	margin: 0 0 20px;
}

@media(min-width: 992px) {
    .fusion_events_view .col-sm-height > .col-sm-6 {
        width: calc(50% - 30px);
    }
}
@media (max-width: 991px) {
	.fusion_events_view .mobile-background {
		position: absolute;
    	height: 100%;
    	width: 100%;
        filter: brightness(50%);
        -webkit-filter: brightness(50%);
    }
    .fusion_events_view .event-details {
    	text-align: center;
    	z-index: 2;
        height: 100%;
    }
    .fusion_events_view .event-details h4 {
        color: white;
    }
    .fusion_events_view .event-details h5.text-grey-body {
        color: white;
    }
    .fusion_events_view .completed {
        background: rgba(0,0,0,0.5);
    }
    .fusion_events_view .completed + .event-details {
        z-index: initial;
    }
    .fusion_events_view .completed + .event-details h4, 
    .fusion_events_view .completed + .event-details h5 {
        position: relative;
        z-index: 10;
    }
}