.polluxInBelfeldOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #49321c no-repeat center;
    background-size: cover;
    background-position: center center;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}

.polluxInBelfeldOverlay img{
    width: 300px;
    max-width: 50%;
    filter: none;
    margin-right: 50px;
}

.polluxInBelfeldOverlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .35;
    z-index: 1;
}

.polluxInBelfeldOverlay .content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-bottom: 50px;
    left: 0;
    z-index: 5;
    text-align: center;
    font-family: "din-condensed-variable", sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.polluxInBelfeldOverlay p {
    margin: 0;
}

.polluxInBelfeldOverlay .text {
    width: calc(100% - 50px);
    max-width: 1600px;
    padding-left:25px;
    padding-right:25px;
    text-align: left;
}

.polluxInBelfeldOverlay .text > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.polluxInBelfeldOverlay .text p {
    font-size: 20px;
}

.polluxInBelfeldOverlay .text h2 {
    font-size: 25px;
    text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.polluxInBelfeldOverlay a {
    color: #fff;
    line-height: 1.25;
    font-size: .9em;
    text-decoration: none;
}

.polluxInBelfeldOverlay a:hover {
    text-decoration: underline;
}

.polluxInBelfeldOverlay .text .ticket-button {
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.polluxInBelfeldOverlay .text .ticket-button a {
    display: block;
    color: #fff;
    padding: 0;
    font-style: normal;
    font-size:1.1em;
    transition: all .2s linear;
    border: 3px solid #fff;
    padding: 5px 10px 0px 10px;
    white-space: nowrap;
}


.polluxInBelfeldOverlay .text .site-link {
    margin-top: 10px;
}

.polluxInBelfeldOverlay .ticket-button a .date {
    font-family: "din-condensed-variable", sans-serif;
    display: inline-flex;
    text-decoration: none;
}

.polluxInBelfeldOverlay .ticket-button a .venue {
    font-family: "din-condensed-variable", sans-serif;
    display: inline-flex;
    text-decoration: none;
}

.polluxInBelfeldOverlay .text .ticket-button a:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 999px) {
    .polluxInBelfeldOverlay img {
        width: 250px;
    }
    .polluxInBelfeldOverlay .text h2 {
        font-size: 23px;
    }
}

@media screen and (min-width: 0px) and (max-width: 850px) {
    .polluxInBelfeldOverlay .text h2 {
        font-size: 20px;
    }
    .polluxInBelfeldOverlay .text h2 span:first-child{
        margin-top:0;
    }
    
    .polluxInBelfeldOverlay .text {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .polluxInBelfeldOverlay .text > .row {
        align-items: flex-end;
    }

    .polluxInBelfeldOverlay .text p {
        font-size: 16px;
    }

    .polluxInBelfeldOverlay .ticket-button a .date,
    .polluxInBelfeldOverlay .ticket-button a .venue {
        width: calc(50% - 10px);
    }

    .polluxInBelfeldOverlay .content {
        padding-bottom: 0px;
    }

    .polluxInBelfeldOverlay img {
        width: 200px;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .polluxInBelfeldOverlay .text .site-link {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    .polluxInBelfeldOverlay .text > .row{
        align-items: center;
    }
    .polluxInBelfeldOverlay .text h2 span{
        display: block;
        margin-top: 5px;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .polluxInBelfeldOverlay .text > .row{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .polluxInBelfeldOverlay img{
        margin-right:0;
    }
    .polluxInBelfeldOverlay .text h2 span{
        display: inline;
        margin-top: 5px;
    }
    .polluxInBelfeldOverlay .content .text-right{
        display: flex;
        flex-direction: column;
        align-items: center;
    } 
    .polluxInBelfeldOverlay .content .text-right h2{
        text-align: center !important;
    } 
    .polluxInBelfeldOverlay .text h2 span {
        display: block;
    }
}