	.b-description_readmore {
		width:100%;
		max-width:100%;
		height:100%;
		max-height:100%;
	}
@media only screen and (max-width:600px){
	.js-description_readmore {
	}
	.b-description_readmore {
	  width: 100%;
	  position: relative;
	  margin-bottom: 25px;
	  text-align: left;
	  box-sizing: border-box;
	}
	.b-description_readmore_wrapper {
	  display: flex;
	  flex-flow: column wrap;
	  align-items: center;
	  justify-content: center;
	  max-width: none !important;
	  padding: 50px 0;
	  width: 100%;
	}
	.b-description_readmore_button {
	  display: inline-block;
	  width: 150px;
	  border: 1px solid black;
	  padding: 10px 0;
	  cursor: pointer;
	  text-align: center;
	}
	.b-description_readmore_button:hover {
	  color: white;
	  background: black;
	}
	.b-description_readmore_ellipsis:after {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 25px;
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
	}
}