@charset "UTF-8";



.my-video-external {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #7c0000;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    margin: inherit;
    top: 28%;
}

.my-video-external i {
    display: inline-flex;
    
}


