.hero-slider-section {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-slider-section .container {
    max-width: 820px;
    width: 100%;
}
.hero-slider-section h1,.hero-slider-section h2{
    font-weight:700;
    font-size: 62px;
}
.hero-slider-section p {
    font-size:18px;
    font-weight:700;
    min-height: 120px;
}

.hero-slider-section .back-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.portada-carousel i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    cursor:pointer;
}
.portada-carousel i.fa-arrow-right {
    right: 15px;
    left: auto;
}

 .hero-slider-section  .mejs-controls,  .hero-slider-section .mejs-offscreen {    
    display: none;    
 }       
 .hero-slider-section .hs-video-content{
    width: 100%;
    position: absolute;
    height: 100%;
    top:0;
 }
 .portada-carousel{
    background: #333;
 }
 .hero-slider-section .hero-video {
    width: auto !important;
    position: absolute;
    height: auto !important;
    top: 50%;
    min-width: 100% !important;
    min-height: 100% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hero-slider-section .no-click {
    width: 100%;
    position: absolute;
    top:0;
    height: 100%;
    z-index: 1;
}
@media(max-width:1000px){
    .portada-carousel i {
        bottom: 80px;
        transform: none;
        left: 50px;
        top:auto;
    }
    .portada-carousel i.fa-arrow-right {
        right: 50px;
        left: auto;
    }
}
@media(max-width:720px){
    section.hero-slider-section {
        padding-top: 100px !important;
    }

    
    .hero-slider-section h1{
        font-size: 45px;
    }
    .hero-slider-section h2{
        font-size: 32px;
    }
    .hero-slider-section p {
        font-size:16px;
    }
    .banner-po h3{
        font-size: 32px;
    }
    .banner-po p{
        font-size: 20px;
    }
}