 /* .ph-item { position:relative;display:flex;flex-wrap:wrap;margin-bottom:30px;padding:30px 15px 15px;overflow:hidden;direction:ltr; max-width:1742px; margin: 0px 10px;} */
.columnbar { width: 23%; display: inline-block; }
 .ph-item { margin-bottom:30px;padding:30px 15px 15px;overflow:hidden; margin: 0px 10px;}
 /* .ph-item,.ph-item *,.ph-item :after,.ph-item :before{box-sizing:border-box} */
 /* .ph-item>* { display:flex;flex:1 1 auto;flex-flow:column;margin-bottom:15px; margin-right: 6px; margin-left: 14px; padding-bottom: 0px; background: #fff; border-radius: 10px; box-shadow: 0px 0px 5px 0px #969393;} */
 .ph-item>* { margin-bottom:15px; margin-right: 6px; margin-left: 14px; padding-bottom: 0px; background: #fff; border-radius: 10px; box-shadow: 0px 0px 5px 0px #969393;}
 /* .ph-row {display:flex;flex-wrap:wrap;margin-top:-7.5px} */
 .ph-row div{height: 30px; margin-top:10px;background-color:#ced4da}
 .ph-row .big,.ph-row.big div{height:20px}
 .ph-row .empty{background-color:hsla(0,0%,100%,0)}
 .he30 { height: 25px !important; }
 .he40 { height: 40px !important; }
 .mgt20 { margin-top: 32px !important; }
 
 /* [class*=ph-col]{direction:ltr}
 [class*=ph-col]>*+*{margin-top:18px; padding: 20px;} */
 /* .ph-avatar {position:relative;width:100%;min-width:60px;overflow:hidden;background-color:#ced4da;border-radius:50%}
 .ph-avatar:before{display:block;padding-top:100%;content:" "} */
 .ph-picture {width:100%;height:180px;background-color:#ced4da; border-radius: 10px 10px 0px 0px; } 
 .ph-row { padding: 15px 15px 5px 15px; }
 .secbar { width: 100px; position: relative; animation: mymove 1s infinite; }
 @keyframes mymove {
        from {width: 0px;}
        to {width: 100%;}
  }