.main_container .promo_container {
    display: block;
    float: left;
    position: relative;
    margin-top: 30px;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.promo_container .text_container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -177px;
    margin-left: -360px;
    border-radius: 8px;
    background-color: #333;
    background-color: rgba(51,51,51,0.6);
    padding: 18px;
    width: 720px;
    height: 354px;
    box-sizing: border-box;
}

.text_container .content {
    display: block;
    float: left;
    border: 1px solid #fff;
    width: 100%;
    height: 318px;
    box-sizing: border-box;
}

.content .promo_title {
    display: block;
    float: left;
    margin-top: 45px;
    color: #fff;
    font-family: 'Font1';
    font-size: 34px;
    text-align: center;
    width: 100%;
}

.content .promo_text {
    display: block;
    float: left;
    color: #fff;
    font-family: 'Font1';
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    width: 100%;
}

.content .promo_detail {
    display: block;
    float: left;
    color: #fff;
    font-family: 'Font2';
    font-size: 20px;
    text-align: center;
    padding: 16px 0px 40px;
    width: 100%;
}

.content .links_container {
    display: block;
    margin: auto;
    width: 330px;
}

.links_container a {
    display: block;
    float: left;
    color: #fff;
    font-family: 'Font2';
    font-size: 12px;
    text-align: center;
    width: 141px;
}
.links_container a + a {
    float: right;
}
.links_container a:hover {
    text-decoration: none;
}

.links_container a img {
    display: block;
    float: left;
    margin-bottom: 8px;
    border: none;
    width: 100%;
}

.promo_container > img {
    display: block;
    float: left;
    border-radius: 8px;
    width: 100%;
}