body.homePageStyle section.mod_videos_grid .bloqTitle{
	text-align: center;
}

body.homePageStyle section.mod_videos_grid .bloqTitle br+span{
	padding-left: 0px;
}

section.mod_videos_grid div.Grid ul{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

section.mod_videos_grid div.Grid ul li{
	min-width: 300px;
}

section.mod_videos_grid div.Grid>ul>li .Item{
	height: 480px;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner{
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	background-color: transparent;
	background: linear-gradient(180deg, rgba(var(--grey0),0.3) 0%, rgba(var(--grey0),0.8) 100%);
	transition: 0.2s;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner .popbutton{
	z-index: 1;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner h3.Title{
	font-family: var(--font-heading);
	margin: 0 0 70px;
	text-align: center;
	font-size: var(--fs3);
	position: relative;
	width: 100%;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--item-color, rgba(var(--grey2)));
	opacity: 0;
	transition: 0.2s;
}

section.mod_videos_grid div.Grid>ul>li:hover .Item .ItemInner::before{
	opacity: 0.8;
}

section.mod_videos_grid div.Grid>ul>li:hover .Item.mp4 .ItemInner, section.mod_videos_grid div.Grid>ul>li:hover .Item.remotemp4 .ItemInner{
	background: linear-gradient(180deg, rgba(var(--grey0),0) 0%, rgba(var(--grey0),0.1) 100%);
}

section.mod_videos_grid div.Grid>ul>li:hover .Item.mp4 .ItemInner::before, section.mod_videos_grid div.Grid>ul>li:hover .Item.remotemp4 .ItemInner::before{
	opacity: 0;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner .ItemIcon{
	display: none;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner .ItemContent{
	display: block;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner .ItemContent *{
	display: none;
}

section.mod_videos_grid div.Grid>ul>li .Item .ItemInner .ItemContent::before{
	content: var(--readmore);
	font-family: var(--font-cursive);
	color: rgb(var(--color2));
	font-size: var(--fs5);
	position: relative;
	display: none;
}

section.mod_videos_grid div.Grid>ul>li:hover .Item .ItemInner .ItemContent::before{
	display: block;
	margin-top: 5px;
}

section.mod_videos_grid.popstyle div.Grid>ul>li .Item:hover{
    margin: calc(0px - (var(--grid-gap)/2));
    height: calc(480px + var(--grid-gap));
}
