.aeb-hero {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  width: 100%;
  background: #001E3D;
  position: relative;
}

.aeb-anime {
  min-height: 92vh;
  width: 100%;
  background: #001E3D;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.aeb-hero .aeb-card-container{
  position: relative;
  width: 100%;
  perspective: 300px;
  min-height: 86vh;
}

.aeb-hero .aeb-card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height:575px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(50,50,50,0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute; 
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-container{
  position: relative;
}

.aeb-hero .aeb-card:nth-child(1){
    top:100px;
    right:250px;
}

.aeb-hero .aeb-card:nth-child(2){
    top:100px;
    right:200px;
}

.aeb-hero .aeb-card:nth-child(3){
  top:100px;
  right:150px;
}

.aeb-hero .aeb-card:nth-child(4){
  top:100px;
  right:100px;
}

.left-banner-text {
  left: 0px;
  width: 45%;
  opacity: 1;
  position: absolute;
  padding-left: 100px;
  transition: opacity 0.5s ease-in-out;
}

.left-banner-text.hidden {
  opacity: 0;
}

.left-banner-text h2 {
  color: #fff; 
  font-size: 90px !important; 
  line-height: 100px !important; 
  font-weight: 800 !important;
}

.left-banner-text p {
  color: #fff;
}

.aeb-card span{
  left: 0px;
  color: #fff;
  bottom: -50px;
  font-weight: 600;
  position: absolute;
}

.aeb-card span {
  display: none;
}

.aeb-card span.show {
  display: inline;
}

@media(min-width: 1650px){
	.aeb-hero .aeb-card-container{
    	min-height: 80vh;
    }

    .aeb-hero .aeb-card{
      width: 390px;
      height:670px;
    }
    
    .left-banner-text p{
    	font-size: 26px;
        margin-top: 60px;
    }
    
    .aeb-anime{
    	min-height: 100vh;
    }
}

@media(min-width: 1850px){
	.aeb-hero .aeb-card-container{
    	margin-top: 30px;
    	min-height: 82vh;
    }

    .aeb-hero .aeb-card{
      width: 420px;
      height:720px;
    }
    
    .left-banner-text p{
    	font-size: 26px;
        margin-top: 80px;
    }
    
    .aeb-anime{
    	min-height: 100vh;
    }
}