.image-boxes {
    position: relative;
    margin-bottom: 112px;

	.modulelinks a {
		color: #4462fc;
	}
}

@media only screen and (min-width: 770px) {
    .image-boxes {
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		}
}

.image-boxes__items {
    display: flex;
    flex-flow: row wrap;
}
.image-boxes-wrap {
    padding: 20px;
    height: 325px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
@media only screen and (min-width: 590px) {
    .image-boxes-wrap {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .image-boxes-wrap {
        width: 20%;
    }
}
.image-boxes-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	overflow: hidden;
}
.image-boxes-wrap .bg-img img {
    width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
    max-width: none;
}
.image-boxes-wrap:hover .bg-img {
    filter: grayscale(100%);
}
.image-boxes-wrap .image-boxes-item {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 35px;
    transition: all .45s ease;
    transform: translateY(65px);
}
.image-boxes-wrap:hover .image-boxes-item {
    transform: translateY(0);
}
.image-boxes-item .item-box .image-boxes-title {
    font-weight: 700;
    font-size: 36px;
}
.image-boxes-item .item-box .image-boxes-title:not(:last-child) {
    margin-bottom: 13px;
}
.image-boxes-item .image-boxes-title {
    position: relative;
    padding-bottom: 7px;
	color: #fff;
}
.image-boxes-item .image-boxes-title:not(:last-child) {
    margin-bottom: 20px;
}
.image-boxes-item .image-boxes-title a {
    color: #fff;
    border-bottom: none;
    font-weight: 700;
    text-decoration: none;
}
.image-boxes-item .image-boxes-title:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 3px;
    width: 50px;
    background: #cac6c7;
    left: 0;
}
.image-boxes-wrap .image-boxes-item p {
    color: #fff;
	display: none;
}

.image-boxes-wrap:hover .image-boxes-item p {
	display: block;
}
.image-boxes-item p:not(:last-child) {
    margin-bottom: 18px;
}
.image-boxes-wrap:hover:after {
    opacity: .8;
    visibility: visible;
}
.image-boxes-wrap:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: .5;
    transition: all .4s ease;
}
a.image-boxes-btn.btn-style-3 {
    transition: all .4s ease;
}

.image-boxes .modulelinks {
    padding-left: 30px;
}

.image-boxes .ModuleEditLink {
    color: #fff;
}