

.nsdi-article-system{
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
}

.nsdi-swiper{
	margin-bottom: 28px;
}

.nas-wrapper, .nas-image-wrapper, .nas-article-wrapper{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.nsdi-article-system:not(:last-child){
	margin-bottom: 30px;
}

.nsdi-article-system .row{
	display: flex;
	flex-wrap: wrap;
}

.nas-image-wrapper img, .nas-article img{
	max-width: 100%;
	height: auto !important;
}
.nas-image-wrapper img{ 
    flex: 0 0 auto;

}
.nas-article-wrapper, .nas-image-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.nas-article-wrapper .nas-article p iframe{
	width: 100%;
}

/* .nas-article{
	padding: 20px;
} */


.nsdi-article-system .nas-image-wrapper span {
	display: block;
	text-align: center;
	color: #B3B3B3;
	margin-top: 10px !important;
	font-size: calc((13 / 16) * 1rem);
    line-height: calc(22.1 / 13);
    letter-spacing: calc((0.39 / 13) * 1rem);
}

.nsdi-article-system p {
	font-size: calc((16 / 16) * 1rem);
    line-height: calc(30.4 / 16);
    letter-spacing: calc((0.48 / 16) * 1rem);
}

@media screen and (max-width: 767px) {
	.nas-mobile-reverse{
		flex-direction: column-reverse;
	}

	#T6 .nas-image-wrapper:first-child {
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 576px) {
	.nsdi-article-system.container, .editor .container {
		padding: 0;
	}
}