/*
Theme Name: Mirel Child
Description: Child theme for Mirel. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: mirel
Version: 1.0
*/

a.interactive-grid-grid__item {
    width: 360px !important;
    height: 180px;
}
@media only screen and (max-width: 500px) {
	a.interactive-grid-grid__item {
		width: 160px !important;
		height: 80px;
		margin:10px 0px
	}
}

