/*SherkSpear*/
#topics-box .mid-box .skt-viewport a:first-child {
    display:block;
    max-width: 400px;
    height: 240px;
    overflow-y: hidden;
    overflow-x:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#topics-box .mid-box .skt-viewport h1.title a{
    height:inherit;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#topics-box .mid-box img {
    margin-top: -50px;
    height: auto;
    min-height: 290px;
    width:500px;
    border-radius:0px;
}


.single-post h1.title {
    font-size: 36px!important;
}