.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.repeatable-content-plus-cols {
	padding-left: 15px;	
	padding-right: 15px;
}

.container .repeatable-content-plus-cols {
	padding-left: 0;	
	padding-right: 0;	
}

.repeatable-content-plus-entry {
	list-style-type: none;	
	margin-bottom: 20px;
}

.repeatable-content-plus-entry img {
	max-width: 100%;
	height: auto;	
}