.iroi-sidebar-article{
    border: 1px solid #e1e2e3;
    margin-bottom: 20px;
    overflow: auto;
}
.iroi-sidebar-article-mobile{
	margin-top: 0px !important;
}
.iroi-sidebar-article .post-image img{
    height: auto;
    margin-bottom: 10px;
    vertical-align: top;
    width: 300px;
}
.iroi-sidebar-article .post-content {
    padding: 0px;
}
.iroi-sidebar-article .post-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.iroi-sidebar-article .post-author{
    font-size: 16px;
    border-top: 1px solid #e1e2e3;
    padding: .25em 0px .25em .5em;
}
.iroi-sidebar-article .post-author a{
    color: #be1624;
}


@media only screen and (max-width:1055px) {
    .iroi-sidebar-article{
        height: 184px;
        margin-bottom: 20px;
        clear: both;
        position: relative;
        overflow: hidden;
    }
    .iroi-sidebar-article .post-image{
        vertical-align: top;
        float: left;
    }
    .iroi-sidebar-article .post-image img{
        display: none;
        position: absolute;
        clip: rect(0px,350px,183px,0px);
        vertical-align: middle;
        width: 350px;
        display: block;
        float: left;
    }
    .iroi-sidebar-article .post-content{
        float: right;
        width: 376px;
        margin: 0px;
        padding: 0px;
    }
    .iroi-sidebar-article .post-title {
        font-size: 20px;
        margin: 10px 0px 10px 0px;
        padding: 0px 5px;
        line-height: 1.2;
    }
    .iroi-sidebar-article .post-author {
        border-top: 1px solid #e1e2e3;
        position: absolute;
        bottom: 0px;
        padding: .25em 0px .25em .5em;
        z-index: 0;
        overflow: auto;
        width: 376px;
        margin: 0px 0px;
    }
}

@media only screen and (max-width:900px){
    .iroi-sidebar-article{
        border: 1px solid #e1e2e3;
        margin-bottom: 20px;
        overflow: hidden;
        height: auto;
    }
    .iroi-sidebar-article .post-image{
        float: none;
    }
    .iroi-sidebar-article .post-image img{
        vertical-align: top;
        width: 100%;
        position: static;
        float: none;
    }
    .iroi-sidebar-article .post-content{
        float: none;
        width: 100%;
    }
    .iroi-sidebar-article .post-title{
        padding: 0px 10px;
    }
    .iroi-sidebar-article .post-author{
        position: static;
        width: 100%;
    }
}