.swiper-container {
    height: calc(100vh - 154px);
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: bottom right;
    display: flex;
    align-items: center;
}

.copy {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    letter-spacing: 0.06em;
}
.swiper-pagination-transform{
    position: absolute;
    z-index: 99;
    right: 50px;
    left: inherit!important;
    width: auto!important;
    top: 0;
    bottom: 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-transform span{
    background-color: inherit;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    float: left;
    margin-bottom: 5px!important;
    opacity: 1;
    border: solid 2px #333;
}
.swiper-pagination-transform .swiper-pagination-bullet-active{
    background-color: #0d7cc1;
    color: #fff;
    border-color: #0d7cc1;
}
.swiper-button-prev{
    left: 30px;
}
.swiper-button-next{
    right: 30px;
}
.swiper-pagination-transform{
}
@media screen and (min-width: 1699px){
	.swiper-container {
		height: 600px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 991px){
    .swiper-container{
        height: 50vh;
    }
}
@media screen and (max-width: 768px){
    .swiper-container{
        margin-top: 60px;
    }
}
@media screen and (max-width: 575px){
    .swiper-container{
		height: 40vh;
    }
    .swiper-pagination-transform{
        right: 15px;
    }
	.swiper-button-white{
		display: none;
	}
	.swiper-pagination-transform{
	}
	.container-transform{
		text-align: center;
	}
}