.slides-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 50px auto;
}

.rconf-slides {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: #404040 0.5px solid;
  box-shadow: 4px 4px #858585;
}

.image-container-2{
    display:block;
    position:relative;
    float: left;

}

.blog-image {
    object-fit: cover;
    max-width: 100%;
}

/* Mobile settings */
.image-container-2{
    width: 50%;
    margin: 10px 1.5em 0em 0;
}
/* Tablet settings */
@media all and (min-width: 700px) {
    .image-container-2{
        width: 33%;
        margin: 10px 2em .5em 0;
    }
}
/* Desktop settings */
@media all and (min-width: 992px) {
    .image-container-2{
        width: 47.5%;
        margin: 10px 2em .5em 0;
    }
}