@media(max-width:576px){
    .page-template-template-newhome .section-header_background{
        height: inherit!important;
        object-fit: cover;
    }

    .dots_home {
        bottom: 25%;
    }

    .progress-bar{
        width: 93%;
        height: 10px;
        background: #ddd;
        overflow: hidden;
        margin-top: -4px;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -5px;
    }
}
