.banner {
    max-height: 200px;
}
.form-control {
    border-color: #e6dded;
}
.btn-custo{
    background-color: #59189e;
    color: #fff;
    transition: all .7s;
}
.text-custo{
    background-color: #c780cd;
    color: #fff;
    transition: all 1s;
}
.btn-custo:hover{
    color: #e6dded;
    background-color: #410a6e;
    border-color: #e6dded;
}
.btn-tweet{
    height: 28px;
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    font-size: 13px;
    line-height: 26px;
    border-radius: 9999px;
    padding: 1px 12px 1px 12px;
    background-color: #000;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.btn-tweet:hover{
    color: #fff;
    background-color: #252525;
}
.video{
    width: 60%;
    max-height: 500px;
}

@media (max-width: 978px) {
    .video{
        width: 100%;
    }
}