@media (max-width: 1000px) {
  .header {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
  }
  .mobileLogo {
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .left {
    width: 100vw;
    float: none !important;
  }
  .logo {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: calc(50vw - 125px) !important;
    height: auto !important;
    width: 250px !important;
    display: none;
  }
  .nav {
    opacity: 0;
  }
  .headerSearch {
    display: none;
  }
  .headerSearchButton {
    display:none;
  }
  .postText {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .musicContainerHeader {
    font-size: 50px;
    height: 75px;
    line-height: 75px;
  }
  .profileContactHeader {
    font-size: 50px;
    height: 75px;
    line-height: 75px;
  }
  .postDetails {
    font-size: 40px;
  }
  .wrapperLeft {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
  }
  .wrapperRight {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
  }
  .profileStatus {
    font-size: 50px;
  }
  .profileDetails {
    font-size: 30px;
  }
  .profileDate {
    font-size: 30px;
  }
  .showText {
    font-size: 40;
    line-height: 1.2;
  }
  .showSubtext {
    font-size: 30px;
  }
  .showRow {
    font-size: 40px;
  }
  .showIcon {
    height: 100px;
    width: 100px;
    margin-right: 20px;
  }
  .profileContactGrid {
    font-size: 40px;
  }
  .profileContactIcon {
    height: 60px;
    margin-right: 20px;
  }
  .songController {
    height: 100px;
    width: 100px;
  }
  .songController img {
    width: 50px;
    margin: 25px;
  }
  .songContainer {
    height: 100px;
    font-size: 40px;
    line-height: 1.2;
  }
  .songDetails {
    color: grey;
    font-size: 30px;
  }
}
