html,body{width:100% !important;}

.slideshow_container .slideshow {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.slideshow_container .item {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slideshow_container .item.active {
    display: list-item;
}

.slideshow_container .arrows {
    width: 100%;
    position: absolute;
}

.slideshow_container .item .caption_hero{
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
}

.slideshow_container .item h3{
    text-align: center;
}

.slideshow_container .arrows #prev,
.slideshow_container .arrows #next{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    background-color:rgba(0,0,0,0.8);
    position: absolute;
}

.slideshow_container .arrows #prev{
    left:0;
}

.slideshow_container .arrows #next{
    right:0;
}

.slideshow_container .arrows img{
    margin: 13px auto;
}