.featured-promotions__other-promotions .carousel-indicators {
    bottom: -40px;
	left: 0;
	top: auto;
}

/* The colour of the indicators */
.featured-promotions__other-promotions .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    height: 5px;
    width: 25px;
}

.featured-promotions__other-promotions .carousel-indicators .active {
    background: #707070;
}

.featured-promotions__other-promotions .carousel-inner > .carousel-item.carousel-item-next,
.featured-promotions__other-promotions .carousel-inner > .carousel-item.active.carousel-item-right{
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;

}
.featured-promotions__other-promotions .carousel-inner > .carousel-item.carousel-item-prev,
.featured-promotions__other-promotions .carousel-inner > .carousel-item.active.carousel-item-left{
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;

}
.featured-promotions__other-promotions .carousel-inner > .carousel-item.next.carousel-item-left,
.featured-promotions__other-promotions .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.featured-promotions__other-promotions .carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
}

.featured-promotions__other-promotions .promotion-image,
.featured-promotions__main-promotion .promotion-image {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
}

.featured-promotions__other-promotions .promotion-image:hover,
.featured-promotions__other-promotions .promotion-image:focus,
.featured-promotions__other-promotions .promotion-image:active,
.featured-promotions__main-promotion .promotion-image:hover,
.featured-promotions__main-promotion .promotion-image:focus,
.featured-promotions__main-promotion .promotion-image:active {
    opacity: .8;
}

.featured-promotions__main-promotion .img-wrapper {
    position: relative;
}

.featured-promotions__main-promotion .featured-bar {
    background-color: #000000;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.platform-promotions-modal.modal {
    padding-left: 0 !important;
}

.platform-promotions-modal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

@media ( max-width: 768.98px ) {

    .platform-promotions-modal .modal-dialog {
      min-height: calc(100vh - 20px);
    }

}
