/*admin*/

.ms_gallery_choosen_images {
	display: flex;
	flex-wrap: wrap;

	&__box {
		margin: 3px;
		height: 300px;
		width: 300px;
	}

	&__image {
		display: block;
		max-height: 250px;
		max-width: 100%;
		margin: 0 auto;
	}

	&__small {
		text-align: center;
		width: 100%;
		display: block;
	}
}

.notice {
	display: none;
}

.td-img {
	display: none;
	& > img {
		width: 150px;
		margin: 5px;
	}
}

.ms-gallery-remove-img {
	cursor: pointer;
	transition: 100ms;
	position: relative;
	&:hover {
		filter: blur(5px);
	}
}