.boxOne {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.picOne {
    width: 429px;
    height: 292px;
    cursor: pointer;
    transition: all 1.5s;
    background-size: cover;
    border-radius: 10px
}
.picOnelong {
    width: 515px;
    height: 770px;
    cursor: pointer;
    transition: all 1.5s;
    background-size: cover;
    border-radius: 10px
}
.picOne:hover {
    transform: scale(2);
    z-index: 1;
}
.picOnelong:hover {
    transform: scale(2);
    z-index: 1;
}