.itf_product_video_play {
    background: url(../images/youtube-bg.jpg) center center;
    background-size: cover;
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center; /* vertically center the <a> */
}

.itf_product_video_play a {
    font-size: 76px;
    color: #ff0000;
    text-decoration: none;
    border: none;          /* Removes border if any */
    outline: none;         /* Removes focus outline */
    box-shadow: none;      /* Prevents shadow if applied */
}
.itf_product_video_play a:focus{
  outline: none; 
}