/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {

}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}
figure > a{
	transition: all .2s linear;
}
figure:hover > a{
	transform:scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 18px;
}