/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.banner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner + * {
    margin-top: 15px;
  }
}
.banner__image {
  height: auto;
}
.banner__hotspotlink {
  position: absolute;
  background-color: transparent;
  background-position: center center;
}
/* Slider styling */

[data-slider-role="container"] {
  position: relative;
  margin: 0 0 15px;
  list-style: none;
  margin: 0;
}
[data-slider-role="container"] .slidesjs-container {
  width: 100%;
  overflow: hidden;
}
[data-slider-role="container"] .slidesjs-pagination {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: 10px auto 0;
  text-align: center;
}
