.main-slider{

	.main-flex{

		display: flex;
		align-items: center;
		justify-content: center;
		padding:20px 0;

	}

	
	.banner-flex{

		display: flex;
		flex-direction: row;
		flex-wrap:wrap;
		width:100%;
		max-width:100%;
		text-align: center;
		align-items: center;
		justify-content: center;

		.banner-item{

			flex:1;
			align-items:center;

			img{

				max-width: 100%;
				height: auto;

				&.img-full{

					max-width: 100%;

				}

			}


			.banner-content{
				
				text-align: left;

				h1{

					margin-top: 0;
					font-size: 40px;
					font-weight: 600;
				}

			}

		}

	}
	
}

// @media ( max-width: $screen-xs-max ){

// 	.main-slider{

// 		.main-slider-item{

// 			height: 300px;

// 		}

// 		.slider-btn{

// 			&.slider-btn-next{

// 				right:0;

// 			}

// 			&.slider-btn-prev{

// 				left:0;
				
// 			}
// 		}

// 		.caption-wrap{

// 			display: none;

// 		}

// 	}

// }