.carousel-item {
    text-align: center;
}

.carousel-img {
    width: 350px;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 150px;
    margin-top: 20px;
}

.carousel-caption {
    color: #fff;
}

.content-wrap h2{
    font-size: 1.5rem;
    font-weight: 350;
    text-transform: capitalize;
    line-height: 1.0rem;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.credits-panel{
    background-color: #212529;
    border-radius: 15px;
}

.content-wrap{
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 100px;
}

.content-wrap h1{
    font-size: 2.8rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.carousel-control-prev {
    background-color: rgba(0, 0, 0, 0.7);;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.7);;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 820px) {
    .carousel-item {
    text-align: center;
}

.carousel-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 150px;
    margin-top: 20px;
}

.carousel-caption {
    color: #fff;
}

.content-wrap h2{
    font-size: 1.5rem;
    font-weight: 350;
    text-transform: capitalize;
    line-height: 1.0rem;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.credits-panel{
    background-color: #212529;
    border-radius: 15px;
}

.content-wrap{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

.content-wrap h1{
    font-size: 2.8rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.carousel-control-prev {
    background-color: rgba(0, 0, 0, 0.7);;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.7);;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

@media only screen and (max-width: 820px) {
    .carousel-control-prev {
        background-color: rgba(0, 0, 0, 0.7);;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        max-width: 30px;
    }
    
    .carousel-control-next {
        background-color: rgba(0, 0, 0, 0.7);;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        max-width: 30px;
    }
}}