@media screen and (min-width:1920px) {
	.padd-h-s iframe {
		height: 600px;
	}
}

@media screen and (min-width:1701px) and (max-width:1800px) {
	.padd-h-s iframe {
		height: 525px;
	}
}

@media screen and (min-width:1601px) and (max-width:1700px) {
	.padd-h-s iframe {
		height: 490px;
	}
}

@media screen and (min-width:1501px) and (max-width:1600px) {
	.padd-h-s iframe {
		height: 475px;
	}
}

@media screen and (min-width:1400px) and (max-width:1500px) {
	.padd-h-s iframe {
		height: 400px;
	}
}

@media screen and (min-width:1280px) and (max-width:1399px) {
	.padd-h-s iframe {
		height: 400px;
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.padd-h-s iframe {
		height: 340px;
	}
}
	
@media screen and (min-width:961px) {
	span.col6-12.col12-12-s.row-flx.flx-w.acces-col {
		width: 100%;
	}

	.acces-col .col3-12 {
		width: 15%;
	}
}

@media screen and (min-width:961px) and (max-width:1023px) {
	.padd-h-s iframe {
		height: 300px;
	}
}

@media screen and (max-width:960px) {
	.col-access.col4-12 {
		width: 100%;
	}
	
	.content-carousel-item, .content-obra .content-carousel-item {
		height: calc(56vw);
	}
	
	.padd-h-s iframe {
		height: 500px;
	}

	/** JIRA LMF-39 **/
	img.flor-madrid-home {
		height: 43vh;
	}
}

@media screen and (max-width:767px) {
	.content-carousel-caption {
		font-size: 12px;
		padding: 8px 12px;
		margin-bottom: 2em;
	}
	
	a.tag-title.mobile {
		line-height: 35px;
	}
	
	.padd-h-s iframe {
		height: 300px;
	}

	/** JIRA LMF-39 **/
	img.flor-madrid-home {
		height: 30vh;
	}

	.content-acc {
		display: block;
	}

	.drag {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.itinerary-container .drag-handle {
		flex-wrap: wrap;
	}

	.tag-title.mobile {
		width: 100%;
		max-width: 100%;
		height: 100%;
		border-radius: 0;
	}

	.drag>a.tag-title.mobile {
		display: block;
	}

	.info-main>a.tag-title.desktop {
		display: none;
	}

	.tag-artist::after {
		display: none;
	}

	.content-acc.accordion_in {
		width: 100%;
	}

	section.content.map-inner.fm-itinerary-page {
		padding: 25px 0;
	}

	.fm-itinerary-page .fm-itin-count-title {
		padding: 0 25px;
	}

	.content-title {
		padding: 17px 0;
	}
}

@media screen and (max-width:639px) {
	span.subtitle-art, .content-obra .content-txt-header .tag.box.sg-obr span.subtitle-art {
		font-size: 13px;
		line-height: 20px;
	}
	
	.padd-h-s iframe {
		margin-bottom: 11px;
		height: 230px;
	}

	/** JIRA LMF-39 **/
	img.flor-madrid-home {
		height: 25vh;
	}

	.frase-madrid-home {
		height: 100%;
		max-width: 38rem;
	}
}

@media screen and (max-width:479px) {
	.padd-h-s iframe {
		height: 200px;
	}

	/** JIRA LMF-39 **/
	.content-brand-in,
	.mobile-device .content-map {
		height: calc((var(--vh) * 100) - 51.6rem);
	}

	.frase-madrid-home {
		height: 100%;
		max-width: 35rem;
	}
	
	.content-brand-in, .mobile-device .content-map {
		height: 60vh;
	}
}