.parallax-one {
    padding-top: 200px; 
    padding-bottom: 200px; 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    background-image: url(/../img/planshet-boknot-ruch.webp?v=1); 
    background-attachment: fixed; 
    background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center
}
.stamps h3{
    font-size:20px;
}
.auto_stamp{
    position: absolute;
    z-index:10;
    width:40%;
    margin-top: -90px;
    right: -100px
}
.hand_stamp{
    position: absolute;
    z-index:10;
    width:40%;
    margin-top: -75px;
    right: -60px
}
.pocket_stamp{
    position: absolute;
    z-index:10;
    width:63%;
    margin-top: -60px;
    left: -160px
}
.strong_auto_stamp{
    position: absolute;
    z-index:10;
    width:40%;
    margin-top: -265px;
    left: -145px
}
.auto_stamp_1{
    position: absolute;
    z-index:10;
    width:38%;
    margin-top: -124px;
    right: 0
}