.introHero__Z7luv, .videos-works {
    z-index:1;
    position:relative;
    width:100%;
    height:100vh;
    background-color:#e2e2e2;
    overflow:hidden
}

@media screen and (orientation: portrait) {

    .introHero__Z7luv,
    .videos-works {
        height: 60vh;
    }

}

.heroCursor__2diuS{
    cursor:url(../assets/images/playMouse.png),auto
}
.heroCursor__playing__1zTbP{
    cursor:url(../assets/images/pauseMouse.png),auto
}

.angler__33N7O, .root__2LelO {
    background: #fff;
    width: 100%;
    height: 100%;
    perspective: 500px;
}

.scaler__small__2C4qX {
    transform: translateZ(0);
}

.scaler__2p-No {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    perspective: 500px;
}

.heroLayer__26jwb, .introVideoLayer__1ByBb {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero__1Pym7 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    overflow: hidden;
}

.videoContainer__cover__1HsfG {
    height: 100%;
    overflow: hidden;
}

.videoContainer__2xx2- {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.videoContainer__cover__1HsfG{
    height:100%;
    overflow:hidden
}
.video__1CWjg{
    display:block;
    width:100%;
    height:auto
}

.video__cover__1vp7L{
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:50% 50%;
    object-position:50% 50%;
    left: 50%;
}

/* ANIMACION HEADER */

.angler__33N7O,.root__2LelO{
/*    background:#e2e2e2;*/
    width:100%;
    height:100%;
    perspective:500px
}
.angler__noneToSmall__3xFAd,
.angler__smallToMedium__3e7Yb{
    animation:scaleUp__1CwHv .5s forwards;
    animation-timing-function:ease-out
}

.angler__mediumToSmall__zbKfT{
    animation:scaleDown__1J2_H .5s forwards;
    animation-timing-function:ease-out
}


@keyframes scaleUp__1CwHv{
    50%{
        transform:rotateX(-2deg)
    }
    to{
        transform:rotateX(0deg)
    }
}
@keyframes scaleDown__1J2_H{
    50%{
        transform:rotateX(2deg)
    }
    to{
        transform:rotateX(0deg)
    }
}

.scaler__medium__2OFwi{
    transform:translateZ(-50px)
}
.scrollDown__2gKwc{
    width:100%;
    height:0;
    bottom:0
}


.scrollDown__btn__eFY1K {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    cursor: pointer;
    margin: 0 0 0 -20px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0,0,0,.4);
    animation: fade_move_down 2s ease-in-out infinite;
}


@keyframes fade_move_down {
	0%   { transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:translate(0,20px); opacity: 0; }
}



@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 480px) {
    .introHero__Z7luv{
        margin-top:60px;    
    }
}


