.msl-pagebanner,
.pagebanner {
    display:none;
}

#news .news_image {
    float:none;
    width:100%;
    margin:20px auto;
    border-radius:60px;
}

#news .news_image img {
    border-radius:60px;
    margin:0 auto;
    width: 100%;
}

#news .news_caption {
    width:100%;
}

/*For Christmas Article*/
.well.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-christmas-img-strip-in .table-responsive {
        padding:30px !important;
}
.well.bg-70-christmas-img-strip-in {
    padding-top:120px;
    overflow: hidden;
}
.christmas-corner {
    overflow: hidden;
}
.well.bg-70-christmas-img-strip-in h2,
.well.bg-70-christmas-img-strip-in p,
.well.christmas-corner h2,
.well.christmas-corner h3,
.well.christmas-corner p {
    color:#fff !important;
}
.christmas-corner:before {
    content: "";
    top: 0px;
    right: 0px;
    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-corner {
        padding-top:50px;
    }
    .bg-70-christmas-img-strip-in {
        padding:0px;
        padding-top:50px;
    }
    .bg-70-christmas-img-strip-in .table-responsive {
        padding:10px !important;
    }
}