.T2688 .maxwidth {
	display: flex;
	flex-wrap: wrap;
}

.T2688 h2 {
	width:  100%;
	font-weight: 300;
	font-size: 35px;
	line-height: 1.1;
}

.T2688 .cam {
	margin-bottom: 20px;
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
}

.T2688 .cam .button.mobile { display: none; }


.T2688 .cam .picture {
	background: url(//tramino.s3.amazonaws.com/tramino/gfx/loading.gif) center center no-repeat;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.T2688 .cam .picture img {
	width: 100%;
	height: auto;
}

.T2688 .cam .picture .frame iframe {
	border: 0px solid #FFF;
}

.T2688 .fancybox-iframe {
	background-color: #FFF !important;
	width: 100% !important;
	height: 100% !important;
}

.T2688 .infowrapper {
	display: flex;
	justify-content: space-between;
}@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T2688 .cam { width: 425px; }
	.T2688 .cam .picture { height: 250px; }
}


@media all and (max-width: 767px) {
	.T2688 .cam { width: 300px; }
	.T2688 .cam .picture { height: 170px; }

	.T2688 .cam .button.mobile { display: block; }
	.T2688 .cam .button.various { display: none; }

}