/**
Theme Name: Publicis Child
Author: Orfeostory
Author URI: http://orfeostory.com/
Description: A custom child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: publicis-child
Template: astra
*/





/* 
.play_video_hover figure {
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	height: auto;
	overflow: hidden;
	position: relative;
}  
.play_video_hover figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.play_video_hover figure video {
    height: 100%;
    position: relative;
}
.play_video_hover figure .img-hide {
    display: none;
} */

.play_video_hover .img-cover{
	position: absolute !important;
}
.play_video_hover:hover .img-cover{
	display: none !important;
}








