.card {
	padding: 0;
    width: 220px;
    margin: 20px !important;
    border: 1px solid transparent;
    cursor: pointer;
	display: inline-block;
}
/* @media only screen and (max-width: 550px) { */
	/* .mui--is-active > .card:nth-child(2), .mui--is-active > .card:nth-child(3), .mui--is-active > a { */
		/* display: none; */
	/* } */
/* } */
/* @media only screen and (min-width: 551px) and (max-width: 781px) { */
	/* .mui--is-active > .card:nth-child(3), .mui--is-active > a { */
		/* display: none; */
	/* } */
/* } */
/* @media only screen and (min-width: 782px) and (max-width: 820px) { */
	/* .mui--is-active > a { */
		/* display: none; */
	/* } */
/* } */
@media only screen and (max-width: 590px) {
	.mui--is-active > .card:nth-child(2), .mui--is-active > .card:nth-child(3) {
		display: none;
	}
}
@media only screen and (min-width: 591px) and (max-width: 820px) {
	.mui--is-active > .card:nth-child(3) {
		display: none;
	}
}


.card-title {
	height: 20px;
    margin: 7px 5px;
    font-family: Arial,'Noto Sans TC','Microsoft JhengHei',Helvetica,sans-serif;
}
.card-title > h1 {
    font-size: 14px !important;
	margin: 0px 0px !important;
}
.card-content {
	padding: 0 5px !important;
    font-size: 12px;
    color: #777;
    line-height: 15px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-image > img {
	height: 150px;
}
#firsthand-body{
	border: 1px solid #EDEDED;
}

#firsthand-body > ul > li > a{
	color: #7D7D7D;
}

#firsthand-body > div > a{
    font-size: 12px;
    color: #7D7D7D;
	position: relative;
	bottom: 120px;
}
.video-play-button {
	position: absolute;
    right: 0px;
    bottom: 0px;
	
	font-size: 20px;
	height: 28px;
	width: 28px;
	padding: 5px 5px 5px 5px;
}

.youtube-play-button { 
	position: absolute;
    right: 0px;
    bottom: 0px;
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    height: 33px;
    /* margin: 0px auto; */
    margin: 5px 5px 5px 5px;
    padding: 0px;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 33px;
}

.youtube-play-button:hover {
	background: darkorange;
}

.youtube-play-button::before { 
	background: inherit;
    border-radius: 5% / 50%;
    bottom: 10%;
    content: "";
    left: -4%;
    position: absolute;
    right: -7%;
    top: 9%;
}

.youtube-play-button::after {
    border-style: solid;
    border-width: 8px 0px 8px 15.172px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 6px;
    margin: -18px 0px 0px -7.5px;
    top: 78%;
    position: absolute;
    width: 6px;
}

.play-button {
	position: absolute;
    right: 0px;
    bottom: 0px;
	
	font-size:12px;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	color: #3EADFF;
	border-color: #3EADFF;
	background-color: #fff;
}


