.facebook{
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
   .facebook{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px !important;
    }
    .facebook .caption{
        margin-top: 20px;
    }
}
.facebook .buttons{
    display: flex;
    justify-content: center;
}
#videoFormatSelect{
    min-width: 200px;
    max-width: 200px;
}
.facebook .caption .row{
    display: flex;
    justify-content: space-evenly;
}
a:hover, a:focus, p a {
    text-decoration: none;
    color: #116cdf;
}
.btn-lg.focus, .btn-lg:focus, .btn-lg {
    border: 1px solid #116cdf;
    background: #116cdf;
}
.form-search .url {
    border: 5px solid #116cdf;
}
.glyphicon-paste {
    color: #116cdf;
}
.glyphicon-trash {
    color: #116cdf;
}
.featured h3, a.active {
    color: #116cdf;
}
.installApp {
    background-color: #116cdf!important;
}
.btn.btn-lg:hover {
    background: #0850ab;
    border: 1px solid #0850ab;
}
.share-button{
    background-color: #116cdf;
}
.navbar-toggle {
    border-color: #116cdf;
}
.navbar-toggle .icon-bar {
    background: #116cdf;
}