.dialog-parent.yushinWidth{
    width: 90vw;
}
.form-send-btn .smexy-btn{
    padding: 16px 24px;
    color: white;
}
.section-album .container .row .col-md-20 .menu-intro{
    bottom: 120px;
    left: 0px;
}
.ui-datepicker-calendar {
    display: none;
}
.yushinPROGRAM .img-rwd{
    width: 100%;
}

.personal-info .img-item {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.personal-info .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.meal-menu .img-item.yushin{
    padding-top: 77%;
}

.menu-s1  .w-70 img{
    border-radius: 300px;
}