.bsel-col-1 .bsel-container, .bsel-col-2 .bsel-container {
    visibility: hidden;
}

.bsel-col-1 .bsel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.bsel-col-2 .bsel-container {
    height: 490px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bsel-col-1 .bsel-text-container, .bsel-col-2 .bsel-text-container{
    position: relative;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    
}

.bsel-col-2 .bsel-text-container {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
}

.bsel-col-1 .bsel-text {
    padding-left: 4px;
    padding-right: 4px;
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
}

.bsel-col-2 .bsel-text {
    padding-left: 4px;
    padding-right: 4px;
    color: white;
    padding: 20px;
}

.bsel-col-2 .bsel-text-second {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.bsel-col-1 .bsel-title, .bsel-col-2 .bsel-title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: normal;
    height: 100px
}

.bsel-col-2 .bsel-title-second {
    height: 60px;
}

.bsel-col-1 .bsel-description, .bsel-col-2 .bsel-description {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    height: 80px;
}

.bsel-col-2 .bsel-description {
    height: 60px;
}

.bsel-col-1 .bsel-picture{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.bsel-col-2 .bsel-picture{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.bsel-col-1 .bsel-action, .bsel-col-2 .bsel-action {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 30px;
}

.bsel-col-2 .bsel-action {
    padding-top: 0px;
}

.bsel-col-1 .bsel-link, .bsel-col-2 .bsel-link {
    text-decoration: none;
    color: black;
}

.bsel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, auto));
    column-gap: 30px;
    row-gap: 30px;
}

.bsel-col-2 {
    grid-column: span 2;
    display: block;
}

.bsel-col-1.bsel-first-event, .bsel-col-1.bsel-last-event {
    display: none;
}

.bsel-col-1 {
    grid-column: span 1;
}

.bsel-col-1 .bsel-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bsel-col-2 .bsel-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bsel-col1 .bsel-spacer2, .bsel-col-2 .bsel-spacer2 {
    height: 200px;
}

@media screen and (max-width: 1450px) {

    .bsel-col-1 .bsel-title, .bsel-col-2 .bsel-title {
        font-size: 1rem;
        height: 80px;
    }

    .bsel-col-2 .bsel-title-second {
        height: 50px;
    }

    .bsel-col-1 .bsel-description, .bsel-col-2 .bsel-description {
        font-size: 0.8rem;
        height: 65px;
    }

    .bsel-col-2 .bsel-description {
        height: 40px;
    }
}

@media screen and (max-width: 1200px) {

    .bsel-col-1 .bsel-title, .bsel-col-2 .bsel-title {
        font-size: 1.0rem;
        height: 70px;
    }

    .bsel-col-1 .bsel-description, .bsel-col-2 .bsel-description {
        font-size: 0.8rem;
        height: 60px;
    }

    .bsel-col-2 .bsel-description {
        height: 40px;
    }
	
	.bsel-grid {
		grid-template-columns: repeat(3, minmax(150px, 370px));
	}
	
	.bsel-col-1.bsel-last-event {
		display: block;
	}
}

@media screen and (max-width: 1025px) {

    .bsel-col-1 .bsel-title, .bsel-col-2 .bsel-title {
        font-size: 1.2rem;
        height: 95px;
    }

    .bsel-col-1 .bsel-description, .bsel-col-2 .bsel-description {
        font-size: 0.8rem;
        height: 60px;
    }

    .bsel-col-2 .bsel-description {
        height: 40px;
    }
}

@media screen and (max-width: 980px) {

    .bsel-col-1 .bsel-title, .bsel-col-2 .bsel-title {
        font-size: 1rem;
        height: 85px;
    }

    .bsel-col-1 .bsel-description, .bsel-col-2 .bsel-description {
        font-size: 0.75rem;
        height: 65px;
    }

    .bsel-col-2 .bsel-title-second {
        height: 50px;
        padding-top: 10px;
    }

    .bsel-col-2 .bsel-description {
        height: 35px;
    }
}
@media screen and (max-width: 680px) {
    .bsel-col-2.bsel-first-event {
        display: none;
    }

    .bsel-col-1.bsel-first-event {
        display: block;
    }

    .bsel-grid {
        grid-template-columns: repeat(2, minmax(100px, 370px));
        column-gap: 20px;
        row-gap: 20px;
    }

    .bsel-col-1 .bsel-title{
        font-size: 0.9rem;
        height: 70px;
    }

    .bsel-col-1 .bsel-description{
        font-size: 0.8rem;
        height: 70px;
    }
}

@media (max-width: 490px) {
    .bsel-col-2.bsel-first-event {
        display: none;
    }

    .bsel-col-1.bsel-first-event {
        display: block;
    }

    .bsel-grid {
        grid-template-columns: repeat(2, minmax(100px, 370px));
        column-gap: 20px;
    }

    .bsel-col-1 .bsel-title {
        font-size: 0.9rem;
        height: auto;
    }

    .bsel-col-1 .bsel-description {
        font-size: 0.7rem;
    }
}