.av-slide {
  margin: 0 10px; }
  .av-slide img {
    height: 350px;
    width: auto;
    max-width: none;
    object-fit: cover;
    object-position: center;
    display: block; }

.flickity-page-dots {
  bottom: 20px; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: rgba(255, 255, 255, 0.33);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1;
      background: #fff; }

.av-slideshow.full-width-thumbs {
  width: 92%;
  margin: auto;
  margin-bottom: 15px; }
  .av-slideshow.full-width-thumbs .av-slide {
    height: calc(100vh - 325px);
    width: 100%;
    max-width: none; }

.av-thumb-slideshow {
  display: block;
  width: 92%;
  height: 150px;
  margin: auto; }
  .av-thumb-slideshow .av-slide-thumb {
    width: 150px;
    height: 150px;
    opacity: .7; }
    .av-thumb-slideshow .av-slide-thumb.is-selected {
      opacity: 1; }

@media screen and (min-width: 1281px) {
  .av-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 100%; }
    .av-slide img {
      height: 500px;
      width: auto;
      max-width: none; }

  .av-slideshow.full-width-thumbs {
    width: 92%;
    margin: auto;
    margin-bottom: 30px; }
    .av-slideshow.full-width-thumbs .av-slide {
      height: calc(100vh - 355px);
      width: 100%;
      max-width: none;
      margin: 0; } }

/*# sourceMappingURL=slides-by-avid-styles.css.map */
