button {
	box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-variant: normal;
    font-weight: 400;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
input {
	font-size: 16px;
}


.displayBlock {
	display: block !important;
}
.WrapVideoToolbarButton{
	position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 100%;
	display: none;
}

.VideoToolbarButton {
    background-color: #f9f9f9;
    border-radius: 50%;
    border: none;
    height: 44px;
    width: 44px;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
}
.VideoToolbarButton-icon {
	position: absolute;
    margin: auto;
    margin-top: 5px;
}
.VideoToolbarButton-icon .negative{
	display: none;
}
video::-webkit-media-controls {
  display: none;
}
