﻿/*<meta />*/

@import url('SectorStyles-Doc-Production.css');

/* Import the stylesheet for your sector. */

:root
{
	--LogoImage: url('../Images/DatamineBranding/RECONCILOR_MARK.png');
	/* Specify a the product logo that is 50px high. */
	--HeroImage: url('../Images/Backgrounds/Reconcilor-Background.jpg');
	/* Specify the darkened image for the HTML home page. */
}
.flex-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}

.flex-videos img {
  width: 320px;
}
