/* Extra extra large devices (larger desktops) */
@media only screen and (min-width: 1400px) {
    
}

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1500px) {
    
}

/* Extra large devices (large desktops) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .eu-cookie-compliance-content {
        max-width: 90%;
    }
}

@media only screen and (min-width: 991.99px) {
    
}

@media only screen and (max-width: 1399.98px) {
    
}

@media only screen and (max-width: 1285.98px) {
    
}

/* Large devices (desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media only screen and (max-width: 1199.98px) {
    .eu-cookie-compliance-content {
        display: block;
        text-align: center;
    }
    #popup-text {
        margin-bottom: 20px;
    }    
}

/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {

}

@media only screen and (max-width: 991.98px) {
    
}

/* Small devices (landscape phones) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    
}

@media only screen and (max-width: 767.98px) {
    
}

/* Extra small devices (portrait phones) */
@media only screen and (max-width: 575.98px) {
    
}

@media (max-width: 450px) {
    
}