@media (min-width: 1200px) {
  .page-fb-wall .card-img-top {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .account-nav-list {
    z-index: 1;
  }
  .scroll-margin {
    margin-top: -70px;
    padding-top: 70px;
  }
  .card-block .btn {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .account-content {
  	padding-left: initial;
  }

  #btn-cover-picture {
    bottom: 125px;
  } 

  #btn-company-logo {
    top:0;
  }

  .wall-company-info {
    padding: 60px 20px 20px;
  }

  .wall-company-info .company-name {
    position: relative;
    top: auto;
    left: auto;
    color: var(--dark-blue);
  }

  .wall-company-info .company-avatar {
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
  }

  #btn-company-logo {
    left: 75px;
    margin-top: 15px;
    padding: 5px;
  }

  #btn-cover-picture {
    bottom: 10px;
    right: 10px;
    padding: .5rem 1rem;
  }

  .company-cover-picture {
    position: relative;
  }

  .cart-products thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .cart-products tr {
    border: 1px solid #e4eaec;
    display: block;
    margin-bottom: 1rem;
    position: relative;
  }

  .cart-products tfoot tr {
    margin: 0 0 -2px 0;
    border-top: none;
    border-bottom: none;
  }

  .cart-products tfoot tr td {
    background: #e4eaec;
    border-top: 1px solid #d8ddde !important;
  }

  .cart-products td {
    display: block;
    text-align: right !important;
    padding: .5rem;
  }

  .cart-products td ins,
  .cart-products td del {
    text-align: right !important;
  }

  .cart-products td:first-child {
    border-top: none;
  }

  .product-variants .product-variant-size {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .cart-products td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .cart-products .remove-product {
    position: absolute;
    top: 0;
    right: 10px;
  }

  .cart-products .cart-product-image {
    border-top: none;
  }

  .cart-products .subtotalRow {
    background: #e4eaec;
  }

  #users .panel-actions-keep {
    position: relative;
  }

  #users .account-content-title {
    padding-bottom: 20px;
  }

  .network-panel .panel-actions-keep {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin-bottom: 20px;
  }

  .network-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .network-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .network-table tr {
    border: 1px solid #e4eaec;
    display: block;
    margin-bottom: 1rem;
    position: relative;
  }

  .network-table td {
    display: block;
    text-align: right !important;
    padding: .5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #btn-cover-picture {
    bottom: 300px;
  } 

  #btn-company-logo {
    top:0;
  }
}

@media (max-width: 479.98px) {
  .wall-company-info .company-name {
    font-size: 24px;
  }
}