.content {

    .container {
        
        .mejs-container {
            outline: rgba(60, 40, 80, 0.33) solid 8px;
            border-radius: 16px;

            .mejs-mediaelement {
                video {
                    border-radius: 16px;
                }
            }
            
            .mejs-overlay-button {
                width: 120px !important;
                height: 120px !important;
                background: url('../../img/control_play.png') no-repeat center !important;
                background-size: contain !important;
            }
            
            .mejs-controls {
                border-radius: 16px;
                opacity: 0;
                
                &:hover {
                    opacity: 1;
                }
            }
        }
    }
}