.container .toursbg{
    background: url(/assets/images/france_tour.avif);
    width: 100%;
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 453px;
    position: relative;
}