#heroimage {
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background: grey;
  height: calc(100vh - 7rem);
}

#heroimage {   
  background:url('/assets/img/placeholder.jpg') center center;
  background-size:cover;
  position: relative;
  transition: background 0.8s linear;
  overflow-x: hidden !Important;
  overflow-y: hidden !Important;
}

#heroimage div.arrow {
	width: 100%;
	height: 32px;
	position: absolute;
	bottom:3%;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	border:none;
}	

#heroimage div.hero-action-container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
}

#heroimage div.hero-action-container .hero-action {
	padding: 0;
	background: var(--color-grey);
 	padding-left: 300px;
 	padding-left: calc( calc(100vw - 75rem + 30px) / 2);
 	display: inline-block;
 	border-top-right-radius: 2em 2em;
 	background: white;
 	position: relative;
 	max-width: 70%;
}

#heroimage div.hero-action-container .hero-action .hero-action-icon {
	/*float: right;*/
  padding: 0;	
  border-top-right-radius: 2em 2em;
  height: 100%;
  width: 150px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-lightgrey);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
 	transition: all 0.25s;
 	cursor: pointer;
}

#heroimage div.hero-action-container .hero-action .hero-action-icon:hover {
	transition: all 0.25s;
	background-color: var(--color-grey);
  background-size: 36px 36px;	
}

#heroimage div.hero-action-container .hero-action .hero-action-text {
	padding: 2rem 1rem 2rem 0;
	background: white;
	border-top-right-radius: 2em 2em;
	padding-right: 180px;
}

#heroimage div.hero-action-container .hero-action .hero-action-text h1 {
	font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 2.5rem;
}

#heroimage div.hero-action-container .hero-action .hero-action-text p {
  line-height:1.5;
}

#heroimage video#herovd {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    /* min-width: 100vw; */
    min-height: 100%;
    /* min-height: 100vh; */
    z-index: 0;
    overflow-x: hi;
}

@media (max-width: 80rem) {
  #heroimage div.hero-action-container .hero-action {
    padding-left: 2rem;
     max-width: 80%;
}
}

@media (max-width: 64rem) {
  #heroimage div.hero-action-container .hero-action {
    padding-left: 1rem;
    max-width: 90%;
}
}
@media (max-width: 40rem) {
  #heroimage div.hero-action-container .hero-action {
    padding-left: 1rem;
    max-width: 95%;
}
    #heroimage div.hero-action-container .hero-action .hero-action-text h1 {
      font-size: 1.4rem;
  }
    #heroimage div.hero-action-container .hero-action .hero-action-icon {
      height: 100%;
      width: 80px;
  }
    #heroimage div.hero-action-container .hero-action .hero-action-text {
    padding: 1rem 1rem 1rem 0;
    background: white;
    border-top-right-radius: 2em 2em;
    padding-right: 100px;
}
}
