/*!
Theme Name: continentalskiteam_theme
Theme URI: http://underscores.me/
Author: Jarosław Filipiak
Author URI: http://www.j-filipiak.pl
Description: Description
Version: 2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: continental

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

continentalskiteam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* all theme images {webpack issues fix} */

.our-expeditions .expedition--item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 49%;
  position: relative;
  transform: rotate(1deg);
  transition: background-size 0.2s ease-in-out;
}

.continental-hero {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}

.expedition-title {
  margin-top: 0px !important;
}

.expedition-title-wrapper h1 {
  max-width: 100% !important;
  /* font-size: 28px !important; */

  @media (max-width: 760px) {
    padding-left: 0px !important;
  }
}

.expedition-info {
  @media (max-width: 760px) {
    padding-left: 0px !important;
  }
}
