.feat-jw {
    background-position: center center;
    background-size: cover;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #fff !important;
}

.feat-jw-1 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.20)), url('../img/b1.jpg');
}

.feat-jw-2 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.25)), url('../img/b2.jpg');
}

.feat-jw-3 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b3.jpg');
}

.feat-jw-4 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b4.jpg');
}

.feat-jw-5 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b5.jpg');
}

.feat-jw-6 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b6.jpg');
}

.feat-jw-7 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b7.jpg');
}

.feat-jw-8 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b8.jpg');
}

.feat-jw-9 {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/b9.jpg');
}

.feat-jw-2_ {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.25)), url('../img/bg-number.jpg');
}

.feat-jw-3_ {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/bg-brain.jpg');
}

.feat-jw-4_ {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.15)), url('../img/bg-money.jpg');
}

.feat-jw:hover {
    text-shadow: none !important;
}

.feat-jw:hover li {
    color: #fff !important;
}

#frase {
    padding: 75px;
}

#frase h3,
#frase p {
    text-align: center;
    width: 100%;
}

#video {
    margin-top: 50px;
    width: 800px;
    height: 450px;
    max-width: 90%;
}

.noborder:after {
    display: none
}

@media (max-width: 600px) {
    #frase {
        padding: 20px;
    }
    #video {
        height: 200px;
    }
    #fale,
    #insc {
        display: block;
        margin-bottom: 20px;
    }
}