﻿.product-essential .gallery .gallery-thumbnails .video-thumbnail:after {
    display: block;
    position: absolute;
    top: 31px;
    left: 31px;
    width: 28px;
    height: 28px;
    content: "\f144";
    color: #ee662c;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #ddd;
}