.swiper-div {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    left: 0;
    padding: 10px 20px;
    background: none;
}
.swiper-div .btn {
    background: transparent;
    box-shadow: none;
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
	border:none !important;
    top: 0;
background: transparent !important;
}
.swiper-div .btn:after {
display:none;
}
.swiper-text-block {
	height: 100%;
}
.swiper-text-block h3 {
    line-height: 1em;
}
.swiper-text-block h4 {
    margin-top: -5px;
}
h3.line-height-3.text-lg-10.font-weight-extra-bold {
    font-size: 32px !important;
    letter-spacing: 0;
    text-transform: initial;
    color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle{
    background: transparent;
    box-shadow: none;
}
.swiper-container {
    padding-bottom: 67px;
    margin-bottom: -50px;
}
.swiper-container:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 67px;
    z-index: -1;
    background: url(container-top-bg.png) no-repeat top center;
    bottom: 0;
}