.banner-center-short-container {
    width: 60%;

    margin: 30px auto;
}

.banner-center-short-container .flex-container{
	    flex-wrap: nowrap;
}

.banner-center-short-container .bcs-title {
    margin: 0 0 14px;
    line-height: 44px;
}

.banner-center-short-container .bcs-title:nth-child(2) {
    margin-top: -14px;
}

.banner-center-short-container .bcs-text-container {
    max-width: 400px;
    padding: 0 28px 0 0;
}

.banner-center-short-container .bcs-text{
	color:#fff;
}

.banner-center-short-container.direction-en .bcs-text-container {
    padding: 0 0 0 28px;
}

.banner-center-short-container .bcs-text {
    margin-bottom: 25px;
}

.banner-center-short-container .bcs-image-container {
    width: 61.5%;
}





.banner-center-short-container .bcs-image-container img{
	height:100%;
}



@media(max-width:1280px) {
    .banner-center-short-container {
        height: auto;
    }

    .banner-center-short-container .bcs-text-container {
        max-width: 100%;
        margin: auto;
    }

    .banner-center-short-container .bcs-image-container {
        width: 100%;
    }

    .banner-center-short-container .bcs-image-container img {
        height: 100%;
    }

    .banner-center-short-container .bcs-text-container .medium-title {
        font-size: 32px;
        line-height: 36px;
    }

    .banner-center-short-container.direction-en .bcs-text-container,
    .banner-center-short-container .bcs-text-container {
        padding: 0 28px 35px 28px;
    }

    .banner-center-short-container .bcs-image-container {
        margin-bottom: 21px;
    }

	.banner-center-short-container .bcs-image-container {
		margin-bottom: 0;
	}

.banner-center-short-container.direction-en .bcs-text-container, 
.banner-center-short-container .bcs-text-container{
	padding:28px;
}

}

@media(max-width:768px) {

.banner-center-short-container .bcs-text-container .medium-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .banner-center-short-container {
		margin: 15px auto;
		width:90%;
    }

}

@media(max-width:425px) {
    .banner-center-short-container {
        width: 85.3%;
    }
}