.hide {
    display: none;
    width: 73%;
    height: auto;
    position: absolute;
    margin-top: -17%;
    margin-left: 12.9%;
}

.hide1 {
    display: none;
    width: 80%;
    height: auto;
    position: absolute;
    margin-top: -22%;
    margin-left: 9.5%;
}

.hide2 {
    display: none;
    width: 78%;
    height: auto;
    position: absolute;
    margin-top: -15%;
    margin-left: 10.5%;
}

.bag {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.exit {
    position: absolute;
    top: 15.5%;
    right: 7.7%;
    width: 8.3%;
}

.imgBox{
    
    width: 62%
}
.imgs {
    width: 100%;
    height: auto;
}
