a#vbs {
    border-bottom: 0.5px solid currentColor;
}

#vbs-banner-container {
    /* todo: find banner picture for giving */
    background-image: url("vbs-banner.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40vmax;
}

#countdown {
    width: 60%;
    padding: 0;
    margin: 0;
}

#countdown-container {
    padding: 0;
    margin: 0;
}

h1 {
    text-align: center;
}

@media (max-width: 725px) {
    #vbs-banner-container {
        height: 35vmax;
    }
}

@media (max-width: 630px) {
    #vbs-banner-container {
        height: 30vmax;
    }
}

@media (max-width: 525px) {
    #vbs-banner-container {
        height: 25vmax;
    }
}

@media (max-width: 455px) {
    #vbs-banner-container {
        height: 20vmax;
    }
}

@media (max-width: 360px) {
    #vbs-banner-container {
        height: 15vmax;
    }
}