
.stock-box {
    margin-bottom: 10px;
    display: block;
	vertical-align: top; 
    padding: 0 5px;
}
.stock-box:last-child { margin-bottom: 0px }
.stock-box-photo {
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
	position: relative;
}
.stock-box-photo img { display: inline }
.stock-box-info {
    background: #fff;
    text-align: left;
    padding: 5px;
    height: 77px;
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.stock-box-info .address {
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 5px;	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stock-box-info .sell,
.stock-box-info .sell-hos {
    color: #F61D28;
    font-size: 14px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stock-box-info .rent {
    color: #1C9013;
    font-size: 14px;
}
.stock-box-info .desc {
    color: #686868;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stock-box-detail {
    background-color: #FAFAFA;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.stock-box-detail div {
    border-left: 1px solid #DDD;
    color: #9B9999;
    font-size: 14px;
    padding: 2px 0;
	text-align:center;
}
.stock-box-detail div span {
    font-weight: bold;
    color: #666666;
}

.prev_price{
	font-size: 12px !important;
	text-decoration: line-through;
	color: #7B7979 !important;
}
.video-thumbnail-list {
    position: relative;
}
.video-thumbnail-list:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(//resrc.midland.com.hk/images/play-button-overlay.png) no-repeat center;
    background-size: 55% auto;
    opacity: 0.8;
}
.photo-360-matterport, .video-thumbnail {
    position: relative;
}
.photo-360-matterport:after, .video-thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video-thumbnail:after {
	background: url("//resrc.midland.com.hk/images/icon_play_video.svg") no-repeat center;
	background-size: 20% auto;
}
.photo-360-matterport:after {
	background: url("//resrc.hkp.com.hk/images/icon_play_matterport.svg") no-repeat center;
	background-size: 20% auto;
}
.panoramic-video {
    position: relative;
}
.panoramic-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(//resrc.midland.com.hk/images/360-icon_240x240.png) no-repeat center;
    background-size: 35% auto;
    opacity: 0.8;
}
.panoramic-stock{
	margin: auto; 
	z-index: 5;
}
@media (max-width:767px) {
    .stock-box{padding: 0 0;}
}
@media screen and (min-width: 1200px) { 
    .stock-box { margin-bottom: 10px }
    .stock-box-photo img { display: block }
}
