.hero__carousel .carousel-caption{
    background: rgba(227,0,12,0.8);
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    text-align: left;
}

.hero__carousel .carousel-caption a{
    color:#fff;
    text-decoration: underline;
    font-size: inherit;
}

.hero__carousel p{
    color:#fff;
    font-size: 18px;
}

.hero__carousel p:last-child{
    margin-bottom: 0;
}

.hero__carousel .carousel-indicators{
    width: auto;
    left:auto;
}

.carousel-indicators li{
    background: transparent;
    border:2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.carousel-indicators li.active{
    cursor: default;
}

.hero__badge{
    position: absolute;
    right:10%;
    top:20%;
    width: 200px;
    height:200px;
    background:rgba(227,0,12,1);
    border-radius: 100px;
    z-index: 100;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
    color:#fff !important;
    text-decoration: none !important;
    padding-top: 40px;
    transition:all 0.3s ease;
    transform: rotate(30deg);
}


.hero__badge:hover{
    transform:scale(1.2);
}

.hero__image{
    background-size: cover;
}

.carousel-item,
.hero__image{
    height:calc(100vh - 100px);
    max-height: 800px;
}

@media (max-width: 767.98px) {
    .hero__badge{
        width: 120px;
        height:120px;
        top:15%;
        font-size: 18px;
        padding-top: 30px;
    }

    .carousel-indicators{
        margin-right: 5px;
        margin-left: 0;
        bottom:5px;
    }
}

.hero__caption .button{
    background-color: #fff!important;
    color: #e2000e!important;
}