	#main > .fusion-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 5vw 0;
	}
		#main > .fusion-row > section {
			margin-left: 5%;
			width: 72% !important;
		}
		
	/* Media queries */

	@media only screen and (max-width: 1280px) {
	
		#main > .fusion-row {
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
		}
			#main > .fusion-row > section {
				margin-left: 0% !important;
			}
			#main > .fusion-row > section,
			#main > .fusion-row > aside {
				width: 100% !important;
			}
			#main > .fusion-row > section + aside {
				margin: 30px 0 0 0;
			}
	
	}

	@media only screen and (max-width: 1024px) {

		#contenedorNuestrosVinos .fusion-layout-column > .fusion-column-wrapper {
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: flex-end;
			-ms-justify-content: flex-end;
			-o-justify-content: flex-end;
			justify-content: flex-end;
			-moz-align-items: center;
			-ms-align-items: center;
			-o-align-items: center;
			align-items: center;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

	}