.dtn-imgbox,
.dtn-imgbox .img-cont {
    position: relative;
}
.dtn-imgbox .img-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.05) 55%);
}
.dtn-imgbox .img-cont img {
    display: block;
    width: 100%;
}
.dtn-imgbox .img-cont .photo-cred {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    color: white;
    font-family: var(--alternate-gothic-atf-font-family);
    font-weight: var(--alternate-gothic-atf-font-weight);
    font-style:  var(--alternate-gothic-atf-font-style);
    font-size: 15px;
    background-color: #204a59;
    text-transform: uppercase;
    z-index: 10;
}
.dtn-imgbox .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.dtn-imgbox .content .title {
    font-family: var(--proxima-nova-bold-font-family);
	font-weight: var(--proxima-nova-bold-font-weight);
	font-style:  var(--proxima-nova-bold-font-style);
    font-size: 27px;
    line-height: 32px;
    color: white;
    margin: 20px 15px 30px;
}
.dtn-imgbox .content .title i {
    margin-left: 5px;
    font-size: 22px;
}
.dtn-imgbox .content .btn {
    display: inline-block;
    padding: 6px 20px;
    background-color: #eaa21b;
    font-family: var(--alternate-gothic-atf-font-family);
    font-weight: var(--alternate-gothic-atf-font-weight);
    font-style:  var(--alternate-gothic-atf-font-style);
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    padding-top: 12px;
}
@media (max-width: 1024px) {
    .dtn-imgbox .content .title {
        font-size: 24px;
        line-height: 30px;
        margin: 15px 15px 30px;
    }
}
@media (max-width: 640px) {
    .dtn-imgbox {
        margin-bottom: 30px;
    }
    .dtn-imgbox .content .title {
        font-size: 16px;
        line-height: 19px;
    }
    .dtn-imgbox .content .title i {
        font-size: 17px;
    }
}
