@media only screen and (max-width: 415px) {
.header-slider {
    visibility: collapse !important;
    max-height: 0px !important;
}
}

@media only screen and (max-width: 767px){
h1 {
    font-size: 40px !important;
}
}

.site-content {
    margin: 0px 0;
}

.hentry:first-of-type {
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}