@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
} 

.bg-70.bg-70-christmas-img-strip-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    opacity: 1;
    background-image: url(https://www.guildofstudents.com/pageassets/christmas/tinsel-top3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.bg-70.bg-70-christmas-img-strip-in {
    padding-top:120px;
}

@media (min-width:1020px) {
    .pagenav-bg {
        margin-top: -40px;
        z-index: 100;
        position: relative;
    }
}

.christmas-well:before {
    content: "";
    top: 0px;
    right: -2px;
    position: absolute;
    display: inline-block;
    width: 175px;
    height: 140px;
    background: url(https://www.guildofstudents.com/pageassets/christmas/tinsel-tr-2-300.png) no-repeat 0px;
    background-size: 206px 150px;
}

@media (max-width:1200px) {
    .christmas-well {
        padding-top:50px;
    }
}

.festive-panel .panel-default>.panel-heading {
    color: #fff;
    background-color: #d20000;
    border-color: #e80000;
    padding: 20px 30px;
    background-image:none;
}

.festive-panel .panel-title a {
    color:#fff !important;
}

.animation-container-speedin {
    margin-top:-50px;
}

@media (min-width:996px) {
    .animation-container-speedin, .light-flash-img {
        margin-top:-60px;
    }
}

.bauballs-bg {
    position: relative;
}

.bauballs-bg:before {
    content:"";
    background:url("https://www.guildofstudents.com/pageassets/christmas/trees-400-background.png") no-repeat 100px;
    width:500px;
    bottom: 0;
    height: 160px;
    right: 50px;
    position: absolute;
    display: inline-block;
}

@media (max-width:996px) {
    .bauballs-bg {
        padding-bottom:120px;
    }
    .bauballs-bg:before {
        content:"";
        background: url("https://www.guildofstudents.com/pageassets/christmas/trees-background.png") no-repeat 5px 0px;
        bottom: 0;
        width: 248px;
        height: 100px;
        position: absolute;
        display: inline-block;
        right: 40px;
    }
}