body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#player-container {
    position: relative;
    width: 100%;
    height: 100%;
}


#dplayer {
    width: 100%;
    height: 100%;
}

#video-title {
    position: absolute;
    bottom: 10%;
    left: 10%;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}

#full-content {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: none;
}

#back-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

