/*Copyright VTY Ltd. Rights Reserved.*/

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.stretched-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.border-rounded {
    height: 100vh;
    width: 100%;
    object-fit: cover !important; 
    display: inline;
    border-radius: 25px !important;
}

#wrapper-video {
}