

/* .heros {
    min-height: 400px;
} */

.heros .yac {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 700px;
}

.heros .yac-indicators {
    position: absolute;
    padding: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.heros .yac-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 2px;
    cursor: pointer;
}

.heros .yac-indicators li.active {
    background-color: #fff;
}
/* .heros .yac-indicators li a {
    height: 6px;
    width: 6px;
} */
.heros .yac-inner {
    width: 100%;
    height: 100%;
}

.heros .yac-inner div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.heros .yac-inner div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heros .yac-inner .active {
    z-index: 1;
}


@media all and (max-width: 1920px) {
    .heros .yac {
        height: 500px;
    }
       
}
@media all and (max-width: 1280px) {
    .heros .yac {
        height: 500px;
    }
       
}

@media all and (max-width: 850px) {
       
    .heros {
        height: 500px;
    }
    .heros .yac {
        height: 500px;
    }
}