<style>

html, body{
    overflow-x:hidden;
}

img,
video,
iframe{
    max-width:100%;
    height:auto;
    display:block;
}

.portfolio-slider video{
    width:100%;
    border-radius:10px;
}

</style>