.mini-list-loaded{display:block!important;margin-bottom: 45px;}
.events-1,.events-2,.events-3{position: relative;height: 100%;display: inherit;cursor:pointer}
.events-1-container{position:absolute;top:0;left:-1px;right: 66.2%;bottom:0;height:600px;}
.events-2-container{position:absolute;top:0;left: 34%;right:-1px;height: 299px;}
.events-3-container{position:absolute;left: 34%;right:-1px;bottom:0;height: 299px;}
.events-1:after,.events-2:after,.events-3:after{
    content: '';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
    opacity: .75;
    background: rgba(1,15,28,0.81);
    background: -moz-linear-gradient(left, rgba(1,15,28,0.81) 0%, rgba(33,97,156,0.78) 49%, rgba(33,97,156,0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,15,28,0.81)), color-stop(49%, rgba(33,97,156,0.78)), color-stop(100%, rgba(33,97,156,0.75)));
    background: -webkit-linear-gradient(left, rgba(1,15,28,0.81) 0%, rgba(33,97,156,0.78) 49%, rgba(33,97,156,0.75) 100%);
    background: -o-linear-gradient(left, rgba(1,15,28,0.81) 0%, rgba(33,97,156,0.78) 49%, rgba(33,97,156,0.75) 100%);
    background: -ms-linear-gradient(left, rgba(1,15,28,0.81) 0%, rgba(33,97,156,0.78) 49%, rgba(33,97,156,0.75) 100%);
    background: linear-gradient(to right, rgba(1,15,28,0.81) 0%, rgba(33,97,156,0.78) 49%, rgba(33,97,156,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010f1c', endColorstr='#21619c', GradientType=1 );
}
.events-1 .text, .events-2 .text, .events-3 .text{position: absolute;z-index: 2;bottom: 50px;left: 50px;}
.event-category {display: inline-block;padding: 4px 12px;font-weight: 600;color: #fff;margin-bottom: 15px;}
.events-1:hover .title, .events-2:hover .title, .events-3:hover .title {text-decoration: underline;color: #fff;}
@media only screen and (max-width:991px){
    .events-1-container{position:static;right:0;height:350px}
	.events-2-container,
	.events-3-container{position:static;margin:1px 0;height:260px}
}