/* Large devices Desktops  */
@media ( min-width : 1200px) {
	#start {
		background: url(../images/photos/DSC_0035_xl.jpg) 20% 30%;
	}
}

/* Medium devices Desktops */
@media ( min-width : 992px ) and ( max-width: 1199px) {
	#start {
		background: url(../images/photos/DSC_0035_l.jpg) 20% 30%;
	}
}

/* Small devices Tablets */
@media ( min-width : 768px ) and ( max-width: 991px) {
	#start {
		background: url(../images/photos/DSC_0035_m.jpg) 20% 30%;
	}
}

/* Extra small devices Phones */
@media ( max-width : 767px) {
	#start {
		background: url(../images/photos/DSC_0035_s.jpg) 20% 30%;
	}
}

@media ( max-width : 570px) {
	#start {
		background: url(../images/photos/DSC_0035_xs.jpg) 20% 30%;
	}
}

/* Landscape phones and down */
@media ( max-width : 480px) {
	#start {
		background: url(../images/photos/DSC_0035_xs.jpg) 20% 30%;
	}
}

iframe,object,embed {
	max-width: 100%;
}

.img-responsive {
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.homeContacts {
	height: 100%;
	background: #ffaaaa;
	padding: 20pt;
}

#start {
	background-size: cover;
}