.el-webcams__section{
	margin-bottom: 3.5rem;
}

.el-webcam__title{
	margin-bottom: 1rem;
	text-align: center;
}



.el-webcams__section--cams{
	display: block;
}

.el-webcam{
	margin-bottom: 2rem;
}

.el-webcam__content img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.el-webcam__content{
	max-width: 496px !important;
	margin-left: auto;
	margin-right: auto;
}

.el-webcam__link--all{
	background-color: #004371;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: white;
	font-size: 1.4rem;
	line-height: 1.21;
	padding-left: 1.5rem;
	position: absolute;
	top: 3rem;
	right: 8rem;
	cursor: pointer;
	min-height: 4.4rem;
	padding-right: 4.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
}

.el-webcam__link--all:after{
	content: '\e906';
	font-family: 'bakehouse-iconset';
	color: white;
	width: 3.5rem;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.el-webcam--panomax .el-webcam__content{
	background-color: gray;
}





/*------------------------------------*\
  #SMARTPHONES
\*------------------------------------*/

@media (max-width: 766px ){
		
	.el-webcam--panomax{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.el-webcam__link--all{
		position: static;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		width: auto;
	}
	.el-webcam--panomax .el-webcam__content{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	
	.el-webcams__section--cams > *{
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	
	
	.el-webcams--all .el-webcams__section--cams{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.el-webcams--all .el-webcams__section--cams > *{
		margin-bottom: 3rem;
	}
	.el-webcams--all .el-webcam__content{
		margin-bottom: 1rem;
	}
	.el-webcams--all .el-webcam__title{
		margin-bottom: 1rem;
	}
	
}




.el-webcam__title{
	display: none;
}