p, h1, h2, h3 {
	color: black;
}
#header-halfbg-slogan .half-container-left {
    background-image: url('../images/header_heyai_x.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

#desc-text-2col-img-2 ul li {
  list-style-type: circle;
}

video {
  /** Simulationg background-size: cover */
  object-fit: fill;
  height: 100%;
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
}

.thick {
  font-weight: bold;
}

#gallery-fluid-carousel .bg {
	background-image: url('');
	background-size: auto;
	-webkit-background-size: auto;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	opacity: 1;
}