#video {
    height: 300px;
}
h1,h2,.afs h5 {
    text-transform: uppercase;
    text-align: center;
}
.mytab {
    font-size: 18px;
}
#myTabContent {
    background: white;
}
footer {
    background: black;
    color: white;
    text-transform: uppercase;
}
footer a {
    color:white !important;
}
body {
    background: #fefefe;
}
.but {
    min-width: 280px;
    margin: 0 15px;
}
.yt {
    margin-right: 10px;
    font-size: 30px;
    vertical-align: bottom;

}
#enter {
    background-color: #26284b;
    border-color: #26284b;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}
.rec img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.user img {
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}
.user a {
    text-decoration: none;
    text-align: center;
}
.user a span {
    margin: 10px 0;
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.user .fa {
    width: 25px;
}
.clip .card {
    text-align: center;
    position: relative;
}
.clip img {
    width: 230px;
}
.clip .stats {
    text-align: left;
    position: absolute;
    left:0;
    bottom: 0;
    padding: 10px;
    background: #ffffffde;
    border-radius: 0 5px 0 0;
    color:black;
}
.clip .fa {
    width: 25px;
}
#gif {
    display: none;
}
.modal-content iframe {
    margin: 0 auto;
    display: block;
}
#prezent_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    z-index: 999;
    font-size: 40px;
    background: #ffffffcf;
    border-radius: 10px;
    cursor: pointer;
}
@media (max-width: 500px) {
    .navbar-nav {
        text-align: center;
    }
    #movie {
        display: none;
    }
    #gif {
        display: block;
        width: 100%;
        height: auto;
    }
    #enter {
        margin-left:0;
        margin-top: 15px;
    }
    .but {
        width: 100%;
        min-width: unset;
    }
    .card {
        margin-bottom: 15px;
    }
    .mytab {
        font-size: 13px;
    }
}