@media (min-width: 1200px){
.col-lg-2 {
    width: 25%;
}
}

body {
	background-size: cover !important;
}

.center_container {
    width: 1200px !important;
background: rgba(0,0,0,.5);
    padding-top: unset;
}
}

.outer {
    min-height: 100%;
    display: flex;
    align-items: center;
}
.buttonset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}