@media (min-width: 468px) {
    .container {
    width: 95%;
    max-width: 122rem;
    max-height: 75rem;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding:1rem;
  }   
}
 
/*.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='9' height='9' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='9' height='9' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

*/

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.carousel-control-prev {
    left: 0;
}



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #000;
    text-align: center;
    opacity: 5.5;
    transition: opacity .1s ease;
    font-size: 5em;

}

/*a:link, a:visited, a:active {
    text-decoration: none;
    color: #000;
}*/
.carousel-control-next hover{
	text-decoration: none;
    color: #000;
}

@media (min-width: 468px) {
    .box {
    width: 95%;
    max-width: 122rem;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        
  }   
}