.Image img.header_ratio {
 aspect-ratio: 21/9;
}

.Image img.object_position_left{
    object-position: left;
}
.Image img.object_position_right{
    object-position: right;
}
.Image img.object_position_bottom{
    object-position: bottom;
}
.Image img.object_position_top{
    object-position: top;
}

/* transition duration to control the speed of fade effect */
.carousel-item {
    transition: transform 1.7s ease-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1.7s;
}
.Image img{
    aspect-ratio: 16/9;
    object-position: center;
}
@media (width: 768px){
    .Image img{
        height: 432px;
    }
}
/*
.Image img{
    height: 277px;
    object-position: center;
}
@media (min-width: 768px) {
    .Image img{
        height: 400px;
    }
}
@media (min-width: 992px) {
    .Image img{
        height: 816px;
    }
}
@media (min-width: 1200px) {
    .Image img{
        height: 816px;
    }
}
@media (min-width: 1400px) {
    .Image img{
        height: 835px;
    }

}
*/