﻿.vidstyle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border-radius: 100%;
    border: 4px solid gray; /*#348cd4*/
    object-fit: cover;
    width: 350px;
    height: 350px;
    background-color: black;
}

.bodybg {
    background-image: url('../Images/punch_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}


video::-webkit-media-controls-panel {
    background-image: none !important;
}


