/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {	}
/* Small Devices, Tablets */
@media only screen and (max-width: 640px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {

   .rightsidebar, .left-sidebar2 {
      display: none;
   }

   .excursionpage__wrapper {
      width: 100%;
   }

   .excursionpage__details {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      height: auto;
   }

   .excursionpage__title {
      padding: 20px;
      text-align: center;
      margin-bottom: 0;
      margin-top: -30px;
   }

   .excursionpage__summary {
      width: 100%;
      padding: 0;
      margin: 0;
   }

   .excursionpage__summarysection {
      padding: 15px;
      min-width: auto;
   }

   .excursion-gallery__list {
      display: none;
   }

   .excursionpage__summary .excursionpage__summarysection {
      display: none;
   }

   .excursionpage__summary .excursionpage__summarysection:first-child {
      display: block;
      padding-top: 0;
      width: 100%;
   }

   .excursionpage__summarysection {
      border: none;
   }

   .excursionpage__summarysection .excursionpage__simpletext {
      font-family: 'Roboto Condensed';
      font-size: 12px;
      font-weight: 400;
      color: #8f8f8f;
   }

   .excursionpage__summarysection .excursionpage__simpletext span {
      font-family: 'Roboto Condensed';
      font-size: 12px;
      font-weight: 400;
      color: #393a3c;
   }

   .excursionpage__button {
      padding: 3px 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 11px;
      font-size: 9px;
      margin-top: 0;
   }

   .excursionpage__button:first-child {
      margin-left: 5px;
   }

   .excursion-gallery__main-pic {
      height: auto;
   }

   .excursion-gallery__container {
      height: auto;
   }

   .excursionpage__contains {
      display: none;
   }

   .excursion-gallery {
      margin-bottom: 0;
   }



}