/*-----------------------------------------------------------------------------------

    Theme Name: abc Ensina
    Theme URI: http://
    Description: IPM Educação & IPM Pós
    Author: UI-ThemeZ
    Author URI: https://abcensina.com.br/
    Version: 1.0

-----------------------------------------------------------------------------------*/

.hover-reveal {
	position: fixed;
	width: 200px;
	height: 150px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}