#carousel-energomera-captions img{
    padding: 0;
}
#carousel-energomera-captions{
    max-width: 1920px;
    margin: 0 auto;
}
#carousel-energomera-captions a.eng-standart{
    position: absolute;
    bottom: 30px;
    right: 20%;
    z-index: 30;
    width: auto;
    font-family: roboto;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
}
.carousel-indicators{
    width: 30%;
    min-width: 100px;
    margin: 0;
    bottom: 5%;
    left: 35%;
}
.carousel-caption{
    padding: 0;
    bottom: 40px;
}
img[data-object-fit="cover"]  {
    object-fit: cover;
    width: 100%;
}
#carousel-energomera-captions .item > div{
    max-height: 450px;
}
.energo-banner{
    min-height: 450px;
    max-height: 450px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #carousel-energomera-captions .item > div{
        max-height: 450px;
        min-height: 450px;
        width: 1920px;
        margin-left: 50%;
    }
    .energo-banner{
        min-height: 450px;
        max-height: 450px;
        width: 100%;
        margin-left: -50%;
    }
}
@media screen and (max-width: 989px){
    #carousel-energomera-captions .item > div{
        max-height: inherit;
        min-height: inherit;
        margin-left: auto;
        width: auto;
    }
    .energo-banner{
        min-height: inherit;
        max-height: inherit;
        margin-left: auto;
        width: auto;
    }
}