@media only screen and (max-width: 720px) { 

  .timeline-normal {
    display: none !important;
  }

  .timeline-mobile {
    display: block !important;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-top: 1px solid;
  }

  .timeline-image {
    height: 50px;
    width: 100px;
  }

  .timeline-title-text {
    width: 60% !important;
    height: initial;    
  }
  .timeline-text {
    height: initial;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .timeline-logo {
    display: inline-block;
    width: 6vw;
    height: 6vw;
    float: left;
    margin-right: 16px;
  }

  .timeline-text-wrapper {
    padding-left: 0;
  }

  .timeline-title-text img {
    width: 12vw;
    min-width: 80px;
    float: left;
    margin-right: 1vw;
  }

  .navigation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .navigation-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .wide-header {
    width: 100%;
    box-sizing: border-box;
    padding-left: 32px;
    background-color: #5d2b39;
    margin-left: 0;
    margin-right: 0;
  }

  .wide-header::after, .wide-header::before {
    display: none !important;
    position: initial;
    left: initial;
    right: initial;
  }
  
  .wide-header {
    font-size: 6vw;
    
  }
  .wide-timeline {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .grid-item > projectName {
    font-size: 1em;
  }

  .wide-image-side-scroll {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .grid {
    margin-left: 4.75vw;
    margin-right: 4.75vw;
  }

  .wide-text, .wide-grid, .wide-image, .wide-social, .wide-code, .wide-blog, .wide-header-text, .wide-timeline {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wide-image {
    height: 45vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 568px) { 
  #rating-container
  {
    text-align: center;
  }

  .rating-text 
  {
    text-align: left;
  }
}