.instagram{
    display: flex;
    align-items: center;
}
.instagram .avatar {
    border-radius: 8px;
    width: 150px;
    height: 220px;
    object-fit: cover;
    background-color: #00000014;
    min-width: 150px;
}
@media (max-width: 768px) {
   .instagram{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px !important;
    }
    .instagram .caption{
        margin-top: 20px;
    }
}
.instagram .buttons{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.instagram .buttons div{
    margin: 4px;
}
#videoFormatSelect{
    min-width: 200px;
    max-width: 200px;
}
.instagram .caption .row{
    display: flex;
    justify-content: space-evenly;
}
a:hover, a:focus, p a {
    text-decoration: none;
    color: #833AB4;
}
.btn-lg.focus, .btn-lg:focus, .btn-lg {
    border: 1px solid #833AB4;
    background: #833AB4;
}
.form-search .url {
    border: 5px solid #833AB4;
}
.glyphicon-paste {
    color: #833AB4;
}
.glyphicon-trash {
    color: #833AB4;
}
.featured h3, a.active {
    color: #833AB4;
}
.installApp {
    background-color: #833AB4!important;
}
.btn.btn-lg:hover {
    background: #833AB4;
    border: 1px solid #833AB4;
}
.share-button{
    background-color: #833AB4;
}
.navbar-toggle {
    border-color: #833AB4;
}
.navbar-toggle .icon-bar {
    background: #833AB4;
}