.image-link-hl a {
    text-decoration: none;
}

.image-link-hl a:focus {
    outline-offset: 4px;
}

.image-link-hl-item {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 30px;
    background: #1d1d1b;
    text-align: center;
    color: var(--white);
}

.image-link-hl-item:hover .image-link-hl-item-info-box {
    bottom: 0;
}

.image-link-hl-item img {
    height: auto;
}

.image-link-hl-item ul {
    list-style-type: none;
}

.image-link-hl-item li{
    margin-left: -40px;
}

.image-link-hl-item li:before {
    content: "\2022 ";
    padding-right: 10px;
}

.image-link-hl-item-title {
    font-size: 1.25rem;
    margin:0;
}

.image-link-hl-item-title-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    padding: 10px 0;
    text-align: center;
}

.image-link-hl-item-info-box {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 50px 30px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.image-link-hl-item-info-box .image-link-hl-item-title,
.image-link-hl-item-content .image-link-hl-item-title{
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.image-link-hl-item-content {
    padding: 30px 20px;
    min-height: 300px;
}

.image-link-hl-item-content a {
    color: var(--white);
    text-decoration: underline;
}

@media screen and (max-width:1199px) {

.image-link-hl-item-info-box {
		padding: 15px;
	}

}

@media screen and (max-width:991px) {

	.image-link-hl-item-info-box .image-link-hl-item-title {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}

	.image-link-hl-item-info-box p {
		font-size: 0.75rem;
	}

}

@media screen and (max-width:768px) {

	.image-link-hl-item-info-box {
		padding: 30px 20px;
	}

	.image-link-hl-item-info-box .image-link-hl-item-title {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.image-link-hl-item-info-box p {
		font-size: 1rem;
	}

}

@media screen and (max-width:480px) {

	.image-link-hl-item-title-box {
		display: none;
	}

	.image-link-hl-item-info-box {
		position: relative;
	}

	.image-link-hl-item-info-box {
		bottom: 0;
	}

}

@media screen and (max-width:375px) {

	.image-link-hl-item-info-box .image-link-hl-item-title {
		font-size: 1.25rem;
	}

}
