.carousel-inner img{
    margin: 0;
    object-position: center;
    object-fit: cover;
}

.glyphicon-chevron-left::before{
    content: '\00AB';
    font-size: 50px;
}
.glyphicon-chevron-right::before{
    content: '\00BB';
    font-size: 50px;
}