/*
Theme Name: Klasjet
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Arijus Šulcas
Author URI:  https://www.winwin.lt/
Template: salient
Version: 1.0
*/

.video_gallery_href {
	display: block;
}

.video_gallery_href::after {
	content: url('data:image/svg+xml,<svg style="padding-left: 5px;" width="29" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path fill="white" d="M23 12l-22 12v-24l22 12zm-21 10.315l18.912-10.315-18.912-10.315v20.63z"/></svg>');
	width: 66px;
    height: 46px;
    background-color: #AC9C6C;
    border-radius: 100px;
    position: absolute;
    z-index: 111;
    padding-top: 20px;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}