﻿/** Media **/

/* Small */
/*@media screen and (max-width: 768px) {
  .content-section > p, .content-section > div.col-md-6 {
    padding-top: 20px !important;
  }

  .content-section .image {
    height: 180px;
    margin-bottom: 60px;
    width: 240px;
  }

    .content-section .image.left, .content-section .image.right {
      float: none;
      margin-right: auto;
      margin-left: auto;
    }

  .text-file-name {
    font-weight: bold;
    max-width: 100% !important;
    min-width: 210px;
    text-transform: uppercase;
  }
}*/

/* Extra Small */
@media screen and (max-width: 576px) {
  .content-section > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card {
    font-size: 0.8rem !important;
  }

  ul.link {
    display: none;
  }

  span.text-truncate {
    max-width: 230px !important;
  }

  p.text-general {
    font-size: 0.8rem !important;
  }

  .text-file-name {
    max-width: 210px !important;
    min-width: 100%;
  }

  .multimedia-container {
    max-width: 100% !important;
    min-width: 180px;
  }

  .hscroller {
    margin-left: 0px;
    margin-right: 0px;
  }

  .hscroller-advancer {
    display: none;
  }
}
