body{
    background-image: url(/public/site/img/body/background/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
}
#main-content{
    padding-bottom: 5%;
}
.body-img img{
    max-width: 100%;

}
.body-btn-play i {
    float: left;
    font-size: 42px;
    margin-top: 3px;
}
.body-btn-play {
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    padding-right: 40px;
    border:2px solid #000;
    background-color: #000;
    box-shadow: 0px 15px 46px 5px rgba(0, 0, 0, 0.53);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.body-btn-play:hover {

    color: #fff;
    background-color: #000;
    border-color: #000;
    padding-right: 40px;
    font-size: 17px;

}
/*    .body-btn-play span{
        font-size: 10px;
    }*/

.body-info-img img{
    max-width: 40%;
    z-index: 999999; 
}
.body-info-header{
    background-color: #eaeaea;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
} 
.body-info-header h2{
    margin-top: 10px;
    color: #008943;
}
.body-info{
    background-color: #fff;
    box-shadow: 0px 15px 46px 5px rgba(0, 0, 0, 0.53);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .body-info-header{
        background-color: #eaeaea;
        z-index: 999999;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        margin-bottom: -10px;
        padding-top: 5px;
        padding-bottom: 5px;
    } 
}
.body-info h2{
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}
.body-info .code{
    padding-left: 20px;
    color: #008842;
    font-size: 35px;
    font-weight: bold;
}