.vip-video{
    border: 5px solid #ededed;
    margin-bottom: 15px;
}
.vip-video iframe{
    width: 100%;
    display: block;
}
.vip-header-img,
.vip-footer-img{
    max-height: 225px;
    overflow: hidden;
    border: 12px solid #f3f6f9;
}
.vip-header-img img,
.vip-footer-img img{
    width: 100%;
}
.vip-footer-img{
    border-top:none;
    margin-top: -40px;
    margin-bottom: 40px;
}
.vip-background{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.vip-background .delete-image{
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../common/del_ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 4;
}
.delete-color{
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 33px;
    right: 5px;
    background-image: url(../common/del_ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 4;
}
span.bold_text {
    color: #157ed9;
}
.letters .letter.no_active{
    color: #999 !important;
}
.letters .letter.no_active:hover{
    background: #fff;
}

.seo_text {
    padding-top: 20px;
}

.seo_text .text-container {
    overflow: hidden
}

.seo_text .more-button {
    display: none;
    margin-top: 10px
}