/*
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*/
img {
  border-radius:6px;
  max-width: 100%;
  height: auto;
}

/*
button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
body {
  font: normal 18px/1.5 monospace;
  overflow: hidden;
  background: #424242;
}
*/
.over-visible {
  overflow: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.container {
  max-width: 800px;
  padding: 20px 10px;
  margin: 0 auto;
}

.synch-carousels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.synch-carousels > * {
  width: 100%;
}

.synch-carousels .right {
  order: -1;
}

.synch-carousels .left {
  overflow: hidden;
}

.synch-carousels .gallery {
  display: none;
}

.synch-carousels .slick-slide {
  outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
  border: none;
}

.synch-carousels .gallery .slick-list {
  height: auto !important;
  margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
  cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
  margin: 0 20px;
}

.synch-carousels .nav-arrows {
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
  fill: white;
}
/*
.synch-carousels .arrow-left {
  margin-right: 35px;
}
*/
.synch-carousels .photos-counter {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 20px;
  color: white;
  background: #292929;
}

@media screen and (min-width: 480px) {
  .synch-carousels .right {
    margin-bottom: 20px;
  }

  .synch-carousels .gallery {
    display: block;
  }
}
/*
@media screen and (min-width: 1024px) {
  .synch-carousels .right {
    position: relative;
    width: calc(100% - 230px);
    margin-bottom: 0;
    order: 2;
  }

  .synch-carousels .left {
    width: 210px;
  }

  .synch-carousels .gallery .slick-slide {
    margin: 0 0 20px 0;
  }

  .synch-carousels .gallery .slick-list {
    margin: 0;
  }
}
*/

button.arrow-left, button.arrow-right, button.playpause
{
  height:2.2rem;
  width:3.4rem;
  padding:2px;
}
button.arrow-left img, button.arrow-right img, button.playpause img
{
  margin:0 auto;
  height:90%;
}
button.playpause
{
  margin-right:5rem;
}
button.arrow-left
{
  margin-right:5rem;
}

