.specialevents-container {
    position: relative;
    text-align: center;
}

.specialevents-top-left {
    position: absolute;
    top: 1.5em;
    left: 4em;
    right: 4em;
}

.specialevents-celebrate {
    font-size: 3em;
    font-family: sarah-script,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 25px 0 0 1px;
    text-align: center;
}

.specialevents-tmg {
    font-family: hotel-open, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.825em;
    color: #ED1C24;
    padding: 0 .5em 0 .5em;
    margin: 0;
}

.specialevents-desc {
    font-size: 1.75em;
    font-family: sarah-script,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: .125em .5em .25em .5em;
    margin: 0;
    text-align: center;
    line-height: 95%;
}

.specialevents-tandmg {
    font-family: hotel-open, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: #ED1C24;
    padding: 0px;
    margin: 0;
}

.specialevents-perf {
    font-size: 2.25em;
    font-family: sarah-script,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ED1C24;
    padding: 0px;
    margin: 0;
    line-height: 97%;
}

/*  GO FULL WIDTH BELOW 860 PIXELS */

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

.specialevents-celebrate {
    font-size: 3em;
}

.specialevents-tmg {
    font-size: 2.5em;
}

.specialevents-desc {
    font-size: 1.625em;
}

.specialevents-tandmg {
    font-size: 1.825em;
}

.specialevents-perf {
    font-size: 2.25em;
}

}

/*  GO FULL WIDTH BELOW 775 PIXELS */

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

.specialevents-tmg {
    font-size: 2.25em;
}

.specialevents-desc {
    font-size: 1.625em;
}

.specialevents-tandmg {
    font-size: 1.5em;
}

.specialevents-perf {
    font-size: 2em;
}

}

/*  GO FULL WIDTH BELOW 725 PIXELS */

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

.specialevents-tmg {
    font-size: 2.25em;
}

.specialevents-desc {
    font-size: 1.325em;
}

.specialevents-tandmg {
    font-size: 1.5em;
}

.specialevents-perf {
    font-size: 2em;
}

}

/*  GO FULL WIDTH BELOW 675 PIXELS */

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

.specialevents-celebrate {
    font-size: 2.825em;
}

.specialevents-tmg {
    font-size: 2em;
}

.specialevents-desc {
    font-size: 1.25em;
}

.specialevents-tandmg {
    font-size: 1.25em;
}

.specialevents-perf {
    font-size: 1.75em;
}

}

/*  GO FULL WIDTH BELOW 625 PIXELS */

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

.specialevents-top-left {
    position: absolute;
    top: 1em;
    left: 3em;
    right: 3em;
}
    
.specialevents-celebrate {
    font-size: 2.125em;
}

.specialevents-desc {
    font-size: 1.25em;
}

.specialevents-tmg {
    font-size: 1.5em;
}

.specialevents-perf {
    font-size: 1.325em;
}

}
               
/*  GO FULL WIDTH BELOW 525 PIXELS */

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

.nye_border {
    display: none;
}

.specialevents-container {
    padding: 0;
    margin: 0;
}

.specialevents-top-left {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
}

.specialevents-desc {
    line-height: normal;
}

}