.imgbox-wide {
    position: relative;
    border-top: 12px solid white;
    z-index: 10;

	width: 100%;
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
}

.imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.imgbox-wide:hover .imgbox-overlay {
    opacity: 0.2;
}

.imgbox-wide .imgbox-link {
    display: inline-block;
    border: 3px solid white;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-wide .link-inner {
    position: relative;
    padding: 15px 30px;
    overflow: hidden;
    z-index: 10;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-wide .imgbox-link .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: transform 0.3s;
    transform: translateY(-100%);
    z-index: -1;
}

.imgbox-wide:hover .imgbox-link {
    color: black;
}

.imgbox-wide:hover .link-inner .overlay {
    transform: translateY(0);
}

.imgbox-wide .imgbox-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    z-index: 20;
}

.imgbox-wide .imgbox-title h3 {
    font-size: 66px;
    color: white;
    text-transform: uppercase;
    line-height: 72px;
    margin-bottom: 40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) {
    .imgbox-wide .link-inner {
        padding: 8px 16px;
        font-size: 14px;
    }
    .imgbox-wide {
        height: 400px;
    }
    .imgbox-wide .img-title h3 {
        font-size: 46px;
        line-height: 50px;
    }
    .imgbox-wide .imgbox-title {
        width: 100%;
    }
}

@media (max-width: 641px) {
    .imgbox-wide {
        height: 240px;
    }
    .imgbox-wide .imgbox-title h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }order-left: 0;
    }
}
