/* Carousel */
.carousel img{
- width: 100%;
- border-radius: 15px;
+ width: 90%;
+ border-radius: 25px;
+ margin-top: 1em;
}
.btn-carousel {
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
- left: 50%;
+ left: 40%;
z-index: 5;
display: none;
}
.carousel-caption-center {
position: absolute;
- font-size: 1.1em;
- width: 100%;
+ font-size: 1.0em;
+ width: 90%;
bottom: -10px;
right: auto;
- left: 0;
+ left: 5%;
z-index: 10;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
color: #ffffff;
text-align: center;
- background-color: rgba(0, 0, 0,0.6);
- border-radius: 0 0 15px 15px ;
+ background-color: #2E3436;
+ border-radius: 0 0 25px 25px ;
}
.carousel-caption-bottom {