* {
    box-sizing:border-box
  }
  .carousel {
    background: transparent;
    width: 600px;
    display: block;
    margin: 0 auto;
}

.carousel-cell {
    width: 600px;
    height: 600px;
    margin-right: 10px;
    background: transparent;
}

.carousel-cell-image {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image,
.carousel-cell-image {
    opacity: 1;
}
.flickity-button {
    display:none;
}

.vcenter {
    display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.vcenter p, .vcenter h2, .vcenter h4 {
    margin-bottom: 30px;
}


.cream, .cream *, .white, .white * {
    color: #112333;
}

.cream h4.label, .white h4.label {
    color: #64B2D4;
}

.marine, .marine * {
    color: #fff;
}

.marine h4.label {
    color: #64B2D4;
}

a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.cream p a, .white p a {
    color: black;
}


@media (max-width: 760px) {
    .carousel {
        width: 300px;
    }
    .carousel-cell {
        width: 300px;
        height: 400px;
    }
    .carousel .flickity-viewport {
      height: 400px !important;
    }

}
