body.hasKnotch .main_profile_public.p-3 .video-wrapper {
  padding-bottom: 15px; }

.main_user .main-inner .modscore-header {
  display: none !important; }

body:not(.isMedAndDown) .main_profile_public.p-3 {
  padding-top: 2rem !important; }
  body:not(.isMedAndDown) .main_profile_public.p-3 .modscore-header {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0; }
  body:not(.isMedAndDown) .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper {
    padding-top: .5rem !important; }

body.isMedAndDown .main_user .main-inner .video-wrapper {
  height: calc(100vh - 140px); }
  body.isMedAndDown .main_user .main-inner .video-wrapper .video-container {
    height: calc(100vh - 140px); }

body.isMedAndDown .has-logo {
  margin-top: 0px !important; }
  body.isMedAndDown .has-logo div#logo-container {
    display: none !important; }

body.isMedAndDown .main_profile_public.p-3 {
  padding: 0 !important; }
  body.isMedAndDown .main_profile_public.p-3 .modscore-header {
    transition: 0.5s margin ease;
    -wekbit-transition: 0.5s margin ease;
    -moz-transition: 0.5s margin ease;
    position: fixed;
    z-index: 1;
    margin-top: -2rem;
    margin-left: 0; }
    body.isMedAndDown .main_profile_public.p-3 .modscore-header.show {
      margin-top: 0rem; }
  body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .page-header {
    display: none; }
  body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    max-height: unset;
    width: 100vw;
    padding: 0;
    overflow: hidden;
    border-radius: 0px !important; }
    body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .video-wrapper .video-container {
      height: calc(100% - 16px);
      border-radius: 0px !important; }
      body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .video-wrapper .video-container video {
        border-radius: 0px !important; }
    body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .video-wrapper .video-controls-container {
      transition: 0.7s margin ease;
      -wekbit-transition: 0.7s margin ease;
      -moz-transition: 0.7s margin ease;
      margin: 0 !important;
      border-radius: 0px !important;
      max-height: unset !important;
      border: none;
      box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important; }
      body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .video-wrapper .video-controls-container.showVideoControls {
        margin-top: -132px !important; }
  body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-radius: 0.25rem;
    margin-top: 100vh;
    box-shadow: 0 -1px 8px #32325d, 0 -3px 10px black !important; }
    body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .mobile-knotch-container {
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      padding-top: 10px; }
      body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .mobile-knotch-container .knotch {
        display: block;
        margin: 0 auto;
        width: 180px;
        height: 4px;
        border-radius: 1rem;
        background-color: rgba(0, 0, 0, 0.2); }
    body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .card.profile-card {
      overflow-x: hidden;
      padding-top: 2rem !important; }
      body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .card.profile-card .charts-wrapper {
        padding-top: 0px !important; }
        body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .card.profile-card .charts-wrapper .card-body {
          padding: 0px !important; }
          body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .main-content-wrapper .preview-content-wrapper .card.profile-card .charts-wrapper .card-body .col-12 {
            padding-left: 0px;
            padding-right: 0px; }
  body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .showVideoBtn {
    display: block;
    opacity: 0;
    transition: 0.3s opacity ease;
    -wekbit-transition: 0.3s opacity ease;
    -moz-transition: 0.3s opacity ease; }
    body.isMedAndDown .main_profile_public.p-3 .template-wrapper.startup-profile-wrapper .showVideoBtn.show {
      opacity: 1;
      position: fixed;
      bottom: 18px;
      right: 18px;
      padding: 8px 16px;
      font-size: 16px;
      font-weight: 700;
      background-color: white;
      border-radius: 0.25rem;
      box-shadow: 0 -2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
      cursor: pointer; }

body.hasKnotch .video-controls-container.showVideoControls {
  margin-top: -152px !important; }
