.fifu_wrapper              {width:100%;height:unset}
.fifu_h_iframe             {position:relative}
.fifu_h_iframe .fifu_ratio {display:block;width:100%;height:auto;}
.fifu_h_iframe iframe      {position:absolute;top:0;left:0;width:100%;height:100%;}

.fifu_play {
    position: relative;
    width: 100%;
}

.fifu_play img {
    width: 100%;
    height: auto;
}

.fifu_play a {
    position: unset !important;
}

.fifu_play .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: black;
    color: white;
    font-size: 70px;
    padding: 3px 0px 3px 8px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    opacity: 0.62;
    line-height: 1 !important;
    text-decoration: unset;
}

.fifu_play .btn:hover {
    background-color: red;
}

.fifu_play .dashicons {
    width: auto;
    height: auto;
}
