.main {
  width: 100%; }
  .main--gray {
    
  }
  .main .user__title {
    color: #000000; }
  .main .user__image {
    width: 200px;
    height: 250px;
    background-repeat: no-repeat; }
  .main .user .table th {
    border: none;
    padding: 0.5rem;
    vertical-align: baseline; }
  .main .user .table td {
    border: none;
    padding: 0.5rem; }
  .main .video__player {
    width: 100%;
    height: 170px; }
  .main .video__title {
    font-weight: 600; }
