.block-highlight{
    position: relative;
    height: 100%;
    min-height: 480px;
    overflow: hidden;
    border-radius: 7px;
}
.block-highlight button{
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 15px;
    font-weight: 400;
}
.block-highlight img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.block-highlight:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bk-hl-over-1 a{
    color: #fff;
}
.bk-hl-over-1 a:hover{
    color: #fff;
}
.bk-hl-over-1{
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(44, 197, 245, 0.8), rgba(13,60,153,0.8));
    color: #fff;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2;
    padding: 30px;
    text-align: center;
}
.bk-hl-over-2{
    position: absolute;
    top: 0;
    background: transparent;
    color: #fff;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.block-highlight:hover .bk-hl-over-2{
    display: none;
}
.block-highlight:hover .bk-hl-over-1{
    display: flex;
	align-items: center;
    justify-content: center;
    padding-top: 70px;
}
.bk-hl-desc{
    font-size: 2rem;
}
.block-highlight .bk-hl-over-2 .t-block, .block-highlight .bk-hl-over-1 .t-block{
	font-size: 24px!important;
	font-family: "Marcellus"!important;
}
.block-highlight .bk-hl-over-2 .t-block{
	margin-bottom: 0px!important;
}
.block-highlight .bk-hl-over-2 .bk-hl-desc{
	font-size: 64px;
	font-family: "Marcellus"!important;
}
.block-highlight .bk-hl-over-1 > div{
	font-size: 16px!important;
	font-family: "Source Sans 3"!important;	
}
.large-highlight .bk-hl-over-1 > div{
	width: 70%;
}
.full-highlight .bk-hl-over-1 > div{
	width: 50%;
}

@media screen and (max-width: 767.98px){
	.block-highlight .bk-hl-over-2 .bk-hl-desc {
    font-size: 40px;
    font-family: "Marcellus"!important;
	}
	.block-highlight{
    min-height: 450px;
	}
	.large-highlight .bk-hl-over-1 > div{
	width: 100%;
	}
	.full-highlight .bk-hl-over-1 > div{
	width: 100%;
	}
	.block-highlight .bk-hl-over-1 div{
		margin-bottom: 10px;
	}
	.block-highlight .bk-hl-over-1 button{
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width:991.98px){
	.block-highlight .bk-hl-over-2 .bk-hl-desc{
	font-size: 44px!important;
	}
}

