a.Product_container__2NyTI .IntersectionPlaceholder_container__CNnw- svg ~ picture{
	display: none;
}

a.Product_container__2NyTI .IntersectionPlaceholder_container__CNnw-  svg ~ video.IntersectionPlaceholder_loaded__1Gx3n{
	display: none;
}
a.Product_container__2NyTI:hover .IntersectionPlaceholder_container__CNnw-  svg ~ video.IntersectionPlaceholder_loaded__1Gx3n{
	display:block;
}

a.Product_container__2NyTI .IntersectionPlaceholder_container__CNnw- > svg{
	transition: ease-out .5s all;
}
a.Product_container__2NyTI:hover .IntersectionPlaceholder_container__CNnw- > svg{
	transform: scale(1.2);
}