.tailoring-container{
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    width: 40%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 5px;
    text-align: center;
}

.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;
}
.tailoring-content .tailoring-box-parcel{
    width: 400px;
    height: 250px;
    margin: 20px 20px;
    border: solid 1px #ddd;
}
.previewImg{
    width: 250px;
    height: 150px;
    border: solid 1px #ddd;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}
