@media screen and (max-width: 1199px) {
  #about_top .table-cell {
    display: block !important;
    width: 100% !important;
  }

  #about_top .video-placeholder iframe {
    height: 100%;  
  }
  .image_with_vid {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  div#cart_item {
    position: relative;
  }

  div#cart_details {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
  }

  #cart_details p.remove_item {
    position: relative;
    bottom: -50px;
  }

  label.quantity_label {
    margin-bottom: 10px;  
  }

  div#cart_item {
    min-height: 250px;
  }

  body.cart .cart-image {
    padding-top: 30px;
  }

  body.page-ingredients .moss_bg {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .price_total { 
    display: block;
  }
  .mobile-hide {
    display:none;
  }
  .slideshow {
    padding-top: 69px;
  }

  div#cart_details {
    padding: 10px;
  }

  .image_with_vid {
    padding-bottom: 10px;
  }

  #about_top.ingredients_top p {
    padding: 10px;  
    font-size: 16px;
  }

  #about_top h1, #press_top h1 {
    font-size: 24px;  
  }

  div#cart_item .product_title {
    padding: 10px;
  }

  #about_top .table-cell {
    display: block !important;
    width: 100% !important;
  }

  #about_top .video-placeholder iframe {
    height: 100%;  
  }

  section#top_banner {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  a.cart_page_image {
    text-align: left;
  }

  div#cart_item p.product_title {
    font-size: 14px;
  }

  .detail_one {
    text-align: left;
  }

  .detail_one .quantity {
    margin-left: 0;
  }
}