.right-s-slides .s-slide {
    width: 100%;
    height: 49%;
    float: left;
    position: relative;
    margin-bottom: 8px;
}

.slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-color: #333;
}