.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container #what_we_do_list{
	list-style: outside none none; 
	margin:0 auto;
	position: relative;width:70%;
	min-height: 600px;
	padding:0;
	z-index: 1000;
}
#what_we_do_list li{
    background: hsl(33, 74%, 81%) none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    width: 75px;
	height: 75px;
	text-indent: -9999px;
	margin: -25px 0 0 -25px;
	left: 50%;
	top: 50%;
	
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}
#what_we_do_list li.active{
	text-indent: inherit;
	width: 220px;
	height: 220px;
	margin-top: -110px;
	margin-left: -110px;
}
#what_we_do_list li:hover{
	cursor: pointer;
}
#what_we_do_list li.active:hover{
	cursor: default;
}
#what_we_do_list li:after,
#what_we_do_list li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}
#what_we_do_list li:after{
    height: 17px;
    margin: -8.5px 0 0 -1.5px;
    width: 3px;
}
#what_we_do_list li:before{
	width: 17px;
	height: 3px;
	margin: -1.5px 0 0 -8.5px;
}
#what_we_do_list li:nth-child(6n+1){
    left: 15%;
    top: 10%;
}
#what_we_do_list li:nth-child(6n+2){
	background: hsl(19, 63%, 50%);
    left: 30%;
    top: 45%;
}
#what_we_do_list li:nth-child(6n+3){
	background: hsl(11, 94%, 65%) none repeat scroll 0 0 !important;
    top: 15%;
}
#what_we_do_list li:nth-child(6n+4){
    background: hsl(33, 100%, 50%) none repeat scroll 0 0 !important;
    left: 65%;
    top: 40%;
}
#what_we_do_list li:nth-child(6n+5){
    background: hsl(15, 45%, 28%) none repeat scroll 0 0 !important;
	left: 80%;
    top: 10%;
}
#what_we_do_list li.active:after, 
#what_we_do_list li.active:before{
	display: none;
}
#what_we_do_list li aside{
    border: 1px solid #FFF;
    border-radius: 100%;
    bottom: 3px;
    box-sizing: border-box;
    left: 3px;
    padding: 3px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    z-index: 3;
    overflow: hidden;
    line-height: 22px;
}
#what_we_do_list li .service-inner{
	padding: 35px 20px 10px;
}
#what_we_do_list li aside h3{
	margin: 45px 0 10px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: 600;
}
#what_we_do_list li .service-inner a{
	color: inherit;
}
#what_we_do_list li .service-inner a:hover{
	opacity: 0.7;
}
#what_we_do_list li em.animated{
    border: 5px solid #FFF;    
    border-radius: 50%;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
}
#what_we_do_list li:after, #what_we_do_list li:before{
	background-color: #FFF;
}
.animation-delay-50 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animation-delay-100 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animation-delay-150 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animation-delay-200 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animation-delay-250 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.bullets {
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
@-webkit-keyframes bullets {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes bullets {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
	}
}

.video-container .title-container .spot-1:hover{

}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  object-fit: fill;
}
.video-container video.fillWidth {
  width: 100%;
}