Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .jnews_video article.format-video .jeg_thumb .thumbnail-container:after {
- content: "\f04b";
- border-radius: 100%;
- border: 2px solid #fff;
- font-size: 24px;
- line-height: 44px;
- height: 48px;
- width: 48px;
- letter-spacing: -4px;
- margin: -22px 0 0 -22px;
- -webkit-backface-visibility: hidden;
- font-family: 'FontAwesome';
- color: #fff;
- position: absolute;
- top: 50%;
- left: 50%;
- text-align: center;
- z-index: 1;
- pointer-events: none;
- background: unset;
- }
- .jnews_video article.format-video .jeg_thumb .thumbnail-container:before {
- content: '';
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- position: absolute;
- background: #000;
- opacity: 0.3;
- -webkit-transition: .3s ease;
- transition: .3s ease;
- z-index: 1;
- pointer-events: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement