@media screen and (max-width: 480px) {
    #text-5{
          display:none;
    }
    body > div.body-outer > div.site-mid.clearfix > div.upper-widget-area > div > div:nth-child(2){
         display:none
    }
}

/*Categories Styling */

.outside-broadcast-category {
background: url('/wp-content/uploads/2016/10/outside-broadcasts-category.jpg')  no-repeat center center; 
width: 100%; 
height: 100%; 
position: relative; 
display: block; 
padding: 140px 20px 180px;
margin-bottom:0px;
}

.outside-broadcast-category h1 {
font-size: 1.8em !important;
color: #ffffff !important;
background: rgba(30,115,190,0.95);
text-transform: uppercase;
display: inline;
line-height: 3.1rem;
}

.competitions-category {
background: url('/wp-content/uploads/2016/11/bigstock-technology-electronics-and-au-91675877.png')  no-repeat top center; 
width: 100%; 
height: 100%; 
position: relative; 
display: block; 
padding: 180px 20px;
margin-bottom:0px;
}

.competitions-category h1 {
font-size: 1.8em !important;
color: #ffffff !important;
background: rgba(30,115,190,0.95);
text-transform: uppercase;
display: inline;
line-height: 3.1rem;
}

.competitions-category a {
color:#ffffff !important;
}

@media screen and (max-width: 640px) {
.outside-broadcast-category h1 {
color:#ffffff !important;
line-height:20px;
font-size:14px !important;
}

.competitions-category h1 {
color:#ffffff !important;
line-height:20px;
font-size:14px !important;
}
}