#featured {
    z-index: 500;
}
#featured .ft-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: inherit;
    flex-wrap: wrap;
}
#featured .ft-container .ft-item-link {
    height: 600px;
    width: 50%;
}
#featured .ft-container .ft-item {
    height: inherit;
    padding: 40px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 501;
}
#featured .ft-container .ft-tri-tr, #featured .ft-container .ft-tri-bl {
    position: absolute;
    width: 60%;
    z-index: 502;
}
#featured .ft-container .ft-tri-tr {
    top: 0;
    right: 0;
}
#featured .ft-container .ft-tri-bl {
    bottom: 0;
    left: 0;
}
#featured .ft-container .ft-text {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #fff;
    z-index: 503;
    font-size: 4.5rem;
    line-height: 5.5rem;
    text-shadow: 0 0 5px #000;
}
@media screen and (max-width:1200px) {
    #featured .ft-container .ft-item-link {
        height: 500px;
    }
    #featured .ft-container .ft-text {
        font-size: 3.85rem;
        line-height: 5rem;
    }
}
@media screen and (max-width:992px) {
    #featured .ft-container .ft-item-link {
        height: 400px;
    }
    #featured .ft-container .ft-item {
        padding: 20px;
    }
    #featured .ft-container .ft-text {
        font-size: 3.25rem;
        line-height: 4rem;
    }
}
@media screen and (max-width:767px) {
    #featured .ft-container .ft-item-link {
        height: 300px;
    }
    #featured .ft-container .ft-item {
        padding: 15px;
    }
    #featured .ft-container .ft-text {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media screen and (max-width:600px) {
    #featured .ft-container {
        flex-direction: column;
    }
    #featured .ft-container .ft-item-link {
        height: 400px;
        width: 100%;
    }
    #featured .ft-container .ft-item {
        padding: 25px;
    }
    #featured .ft-container .ft-text {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
}
@media screen and (max-width:480px) {
    #featured .ft-container .ft-item-link {
        height: 300px;
    }
    #featured .ft-container .ft-item {
        padding: 15px;
    }
    #featured .ft-container .ft-text {
        font-size: 3rem;
        line-height: 3.25rem;
    }
}
@media screen and (max-width:350px) {
    #featured .ft-container .ft-item-link {
        height: 225px;
    }
    #featured .ft-container .ft-item {
        padding: 10px;
    }
    #featured .ft-container .ft-text {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}