#acf-anvato-miniplayer {
    position: relative;
    display: block;
    width: 270px;
    height: auto;
}

.acf-anvato-player-container {
    position: relative;
    display: block;
    width: 270px;
}

.videoPreviewCloseBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: red;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#acf-frankly-video-list {
    position: relative;
    width: 100% !important;
}

#acf-frankly-clip-list {
    position: relative;
    width: 100% !important;
}