.carousel-photo-pp{
    width: 100%;
    display: inline-block;
}

.carousel-photo-pp .carousel .carousel-indicators{
    bottom: inherit !important;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    z-index: 2;
}

.carousel-photo-pp .carousel .carousel-indicators li{
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 2px solid #FF8F00;
    margin-right: 1rem;
}

.carousel-photo-pp .carousel .carousel-indicators li:last-child{
    margin-right: 0;
}

.carousel-photo-pp .carousel .carousel-indicators li button{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-appearance: inherit;
    padding: 0;
    position: relative;
    display: list-item;
    border: none;
    background: transparent;
}

.carousel-photo-pp .carousel .carousel-indicators li button:focus{
    outline: 1px solid deepskyblue;
}

.carousel-photo-pp .carousel .carousel-indicators li.active{
    background-color: #ff8f00;
}

.carousel-photo-pp .carousel .item{
    width: auto;
    height: 500px;
    text-align: center;
}

.carousel-photo-pp .carousel div.image-div{
    text-align: center;
    overflow: hidden;
    margin: auto;
    max-height: inherit;
    width: 100%;
    height: 100%;
}

.carousel-photo-pp .carousel div.image-div img{
    max-width: 100%;
    max-height: 100%;
}

.carousel-photo-pp .carousel div.image-div .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.75);
    text-align: left;
    opacity: 0;
    color: black;
    margin: 0 0 0 0.5em;
}

@media handheld {
    .carousel-photo-pp .carousel div.image-div .caption{
        opacity: 1;
    }
}

.carousel-photo-pp .carousel div.image-div:hover .caption, .carousel-photo-pp .carousel div.image-div:focus .caption, .carousel-photo-pp .carousel div.image-div:active .caption{
    opacity: 1;
}

.carousel-photo-pp .carousel .pause-slider{
    background: url("../../images/play-pause-orange.svg") 0 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 28.25%;
    right: 3%;
    z-index: 2;
    border: none;
    background-size: 100%;
}

.carousel-photo-pp .carousel .pause-slider.paused{
    background: url("../../images/play-pause-orange.svg") 0 0;
    width: 22px;
    height: 22px;
}

.carousel-photo-pp .carousel .pause-slider:focus{
    outline: 1px solid deepskyblue;
}

@media screen and (max-width: 480px){
    .carousel-photo-pp .carousel .pause-slider{
        width: 19px;
        height: 19px;
    }

    .carousel-photo-pp .carousel .carousel-indicators li{
        width: 10px;
        height: 10px;
    }

    .carousel-photo-pp .carousel .carousel-indicators li:active{
        width: 8px;
        height: 8;
    }
}
