﻿
.carousel-item,
.carousel-inner {
    margin-left: 3rem;
    height: 100%;
    width: 90%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50%;
    width: 100px;
    /*outline: black;*/
    background-size: 100%, 100%;
    /*border-radius: 50%;
    border: 1px solid black;*/
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 52px;
    font-weight:bold;
    color: #056CB6;
}

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 52px;
        font-weight: bold;
        color: #056CB6;
    }
