#rightsidebar {
background-color: transparent;
}

/*#region Thirds Layout Fix */

body.hd .third {    
    width: 29% !important;
    padding: 0 2% !important;
}

@media (max-width: 900px) {
body.hd .third  {
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
}
}

/*#endregion Thirds Layout Fix */