.ph-item,[class*=ph-col] {
    direction: ltr
}

.ph-avatar,.ph-item {
    overflow: hidden;
    position: relative
}

.ph-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 20px 5px 5px;
}

.ph-avatar,.ph-picture,.ph-row div {
    background-color: #ced4da
}

.ph-item,.ph-item *,.ph-item :after,.ph-item :before {
    box-sizing: border-box
}

.ph-item:before {
    -webkit-animation: .8s linear infinite ph-animation;
    animation: .8s linear infinite ph-animation;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1
}

.ph-item>* {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px
}

.ph-row div,[class*=ph-col]>*+* {
    margin-top: 7.5px
}

.ph-row div {
    height: 10px
}

.ph-row .big,.ph-row.big div {
    height: 20px
}

.ph-row .empty {
    background-color: hsla(0,0%,100%,0)
}

.ph-col-2 {
    flex: 0 0 16.6666666667%
}

.ph-col-3 {
    flex: 0 0 25%
}

.ph-col-4 {
    flex: 0 0 33.3333333333%
}

.ph-col-6 {
    flex: 0 0 50%
}

.ph-col-8 {
    flex: 0 0 66.6666666667%
}

.ph-col-10 {
    flex: 0 0 83.3333333333%
}

.ph-col-12 {
    flex: 0 0 100%
}

[class*=ph-col]>*+.ph-row {
    margin-top: 0
}

.ph-avatar {
    border-radius: 50%;
    min-width: 60px;
    width: 100%
}

.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.ph-picture {
    height: 120px;
    width: 100%
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%,0,0)
    }

    to {
        transform: translate3d(30%,0,0)
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%,0,0)
    }

    to {
        transform: translate3d(30%,0,0)
    }
}

@media(max-width: 767px) {
    .ph-col-3 {
        flex:0 0 45%
    }

    .ph-item>* {
        padding: 0 5px;
        margin-bottom: 0
    }

    .ph-item {
        flex-wrap: nowrap;
        padding: 11px 5px;
    }
}
