.swipe-content{ position: relative; }
.swipe-container{ width: 5000px; margin: 0 auto; }
.swipe-container img.fixed-height{ height: 220px; vertical-align: bottom; padding: 8px 4px 8px 4px; }
.swipe-content .swipe-inner{ display: inline-block; }
.swipe-content .swipe-caption{ display: inline-block; position: relative; text-align: center; }
.swipe-content .caption{ opacity: 0; position: absolute; top: 32px; margin-left: auto; margin-right: auto; left: 0; right: 0; }

.bg-dark .swipe-content .caption{ color: white; }

.swipe-content .swipe-caption:hover img{ opacity: 0.5; }
.swipe-content .swipe-caption:hover .caption{ opacity: 1; }

.swipe-content .slide-arrow{ display: none; position: absolute; width: 64px; height: 64px; border-radius: 50%; opacity: 0.5; transition: all 0.3s ease; cursor: pointer; }
.swipe-content .slide-arrow:hover{ opacity: 1; border-radius: 0; transition: all 0.3s ease; }
.swipe-content .arrow-left{  left: -32px; top: calc(50% - 32px); }
.swipe-content .arrow-right{ right: -32px; top: calc(50% - 32px); }

.swipe-content .icon-view{ width: 64px; height: 64px; }