.yt_play_btn{
    cursor:pointer;
}

#yt_name{
    font-size: 96%;
}

.play_link{
    margin-top:10px;
}

.play_link .btn{
    border-radius: 0px;
    width:100%;
}

/*modal*/
.modal-dialog {
    width: 1000px;
}

.modal-content {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    border: none;
}
.modal-header {
    text-align: center;
    border: none;
}
.modal-header > .close {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 2rem;
    color: #333;
    opacity: 1;
}
.modal-body > #player_body {
    height:500px;
    margin: 0 auto;
}
.modal-footer {
    padding: 0;
}
.modal-footer > button {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #333;
    color: #fff;
    height: 50px;
}
.modal-footer > button:hover,
.modal-footer > button:after,
.modal-footer > button:focus,
.modal-footer > button:active {
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        width: 94%;
    }

    .modal-body > #player_body {
        height:400px;
        margin: 0 auto;
    }
}
