/* Start custom CSS */.post-image {
    border-radius: 15px !important;
    padding-right: 10px;
    
}
.sidebox {
    padding: 20px;
}

@media only screen 
and (min-width: 768px)
{ 
    .post-image {
    }
    .sidebox {
    width: 50%; 
    float: right; 

    }
}/* End custom CSS */