.videoproduct-button {    position: absolute;    top: 50%;    left: 50%;    /*display: none;*/    z-index: 1;    padding: 0;    width: 68px;    height: 48px;    border: none;    background-color: transparent;    transform: translate(-50%, -50%);    cursor: pointer;}.videoproduct-button-shape {    fill: #212121;    fill-opacity: 0.8;	transition: all 0.1s ease 0s;}.video_link_frame:hover .videoproduct-button-shape,.videoproduct-button:focus .videoproduct-button-shape {    fill: #ff0000;    fill-opacity: 1;}.videoproduct-button-icon {    fill: #fff;}.videoproduct-button:focus {    outline: none;}    