.bestBox span.play a {
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #d1ad2e;
    font-size: 17px;
    line-height: 41px;
    text-transform: uppercase;
    color: #500505;
    background: #f2ca41;
margin-top: 15px;
font-weight:700;
}

.bestBox span.play a:hover{color:#fff;border:1px solid #122b18;background:#122b18}

.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.h_iframe {
    position: relative;
}

.h_iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#best1 {
    width: 40px;
    height: 49px;
    position: absolute;
    background: transparent url("../images/arrow5.png") repeat scroll 0% 0%;
    left: 150px;
    top: 20px;
    z-index: 9999;
}