#contain-checkin .wrap-checkin {
    background: rgba(91, 91, 91, .6);
    border-radius: 10px;
    margin: 1rem 0;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin {
    padding: 1rem;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin {
    position: relative;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .box-inside-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .inside-image {
    height: 37%;
    object-fit: contain;
    width: 37%;
    z-index: 1;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .text-day {
    bottom: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .text-day span {
    color: #000;
    font-size: .8rem;
    font-weight: 700;
}
@media(max-width:960px) {
    #contain-checkin .box-checkin {
        position: relative;
    }
    #contain-checkin .box-checkin .inside-image {
        top: 48% !important;
    }
    #contain-checkin .box-checkin .text-day {
        bottom: 3px !important;
    }
}
.image-checkin-v1 {
    display: flex;
    align-items: center;
}
.image-checkin-v1 img {
    margin-right: 8px;
}
