@media screen and (min-width: 858px) {
.chaturbottom {height: 180px;}
}
@media screen and (max-width: 857px) {
.chaturbottom {height: 120px;}	
}

@media screen and (max-width: 417px) {
.chaturbottom {height: 110px;}	
}

@media screen and (max-width: 800px) {
.camdiv-hor {
	width: 160px;
	height: 120px;
	}
.camdivimg-hor {
	width: 160px;
	height: 120px;
	}
	.camtext-hor {
	width: 160px;
	}
}

@media screen and (min-width: 801px) {
.camdiv-hor {
	width: 240px;
	height: 180px;
	}	
.camdivimg-hor {
	width: 240px;
	height: 180px;
	}	
.camtext-hor {width: 240px;}
}

@media screen and (max-width: 380px) {
.camdiv-hor {
	width: 146px;
	height: 110px;
}
.camdivimg-hor {
	width: 146px;
	height: 110px;
}	
.camtext-hor {width: 146px;}
}

.chaturbottom {
background-color: #fff;
text-align: center;
padding-bottom: 7px;
}

.camdiv-hor {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.camdivimg-hor {
	background-size: contain;
	border-radius: 10px;
}

.camtext-hor {
text-align: center;
position:absolute;
padding-bottom: 3px;
padding-top: 3px;
bottom:0;
background: rgba(0, 0, 0, 0.3);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
color: #fff;
	
line-height: 1.4;
font-family: Trebuchet MS;
font-size: 10pt;
}