img.news_image {
    height: 100px;
    width: 100px;
    float: left;
    border-radius: 15px;
    margin-right: 20px;
    padding: 5px;
}

nav#access {visibility: hidden;}

#footer {background: transparent !important; border-top: 0px solid transparent !important;}

.slider-container {
    height: 50%;
    width: 50%;
}

.slider-container ul {
    height: 35%;
}

#list li {
    list-style-type: none;
}
#list li:first-child {
    padding-top: 30px;
}

#news p {
height: 60px;
padding-bottom: 55px;
}

input[type='text'] {
width: 50%;
}

@media screen and (max-width: 480px){
#news p {
height: 130px;
padding-bottom: 35px;
}
}