.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.visible-sxs {
	display: none !important;
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media (max-width: 320px) {
    .col-sxs-12 {
        width: 100%;
        float: left;
    }
    .hidden-sxs {
    	display: none !important;
    }
    .visible-sxs {
    	display: block !important;
    }
}