.leo_drgra_container {
    height:auto;
	position:relative;
	overflow:hidden
}
.camera_pag_ul {
    text-align: center !important;
}
.leo_camera_title {
    color: #d1d703;
	font-size:50px;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    width: 100%;
}
.leo_camara_desc {
    color: #000;
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 1.2em;
    width: 100%;
}
.camera_caption {
}
.camera_caption > div {
    width: 100%;
    position: relative;
    top: 25%;
    margin: 0 auto;
}

@media (max-width: 760px) and (min-width: 600px){
	.leo_camara_desc {
		font-size: 15px;
		line-height: 1em;
		margin-top: 1em;
		width: 100%;
	}
	.leo_camara_desc br {
		content : "";
		display: block;
		
	}
}

