/* START videoseite,  telefonsex bzw livecams-werbung @andre 2015-08-19 */
.thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #666;
}

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    cursor: pointer;
}

div.cam_container {
    max-width: 280px;
    margin: 5 auto;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
@media screen and (max-width: 400px) {
    .thumbnail h3{
	font-size: 110%;
	padding:0;
	margin:2px;
    }
	.thumbnail p{
	font-size: 80%;
    }
}

/* ENDE telefonsex-werbung @andre 2015-08-26 */