.wp-stream-wrapper {

    position: relative;
    width: 100%;
    overflow: hidden;

    border-radius: 18px;

    background: #000;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.25);

}

.wp-stream-player {

    width: 100%;
    display: block;

    background: #000;

    border: none;
    outline: none;

    border-radius: 18px;

}

/* Responsive */

@media(max-width:768px){

    .wp-stream-player {

        height: auto !important;

    }

}