.hd-video-container {
    max-width: 1130px;
    margin: 0 auto;
}
.hd-video-container .gallery {
    background: transparent;
    padding-bottom: 56.25%; /* gallery height has percentage of width */
    margin-bottom: 35px;
}
.hd-video-container .gallery .flickity-viewport {
    position: absolute;
    width: 100%; /* inherit size from gallery */
}

.hd-video-container .gallery-cell {
    width: 100%;
    height: 100%; /* inherit height from gallery */
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}
/* cell number */
.hd-video-container .gallery-cell:before {
    display: none;
    text-align: center;
    /* content: counter(gallery-cell); */
    content: "";
    font-size: 0;
    color: white;
}
/* override */
.flickity-prev-next-button {
    background: rgba(255, 255, 255, 0.0);
    color: #999;
}
.flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.0);	
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100); /* IE8 */
    opacity: 0.7;
}
.flickity-prev-next-button .arrow {
    filter: alpha(opacity=100); /* IE8 */
    opacity: 0.7;	
}