.tag-futuristicsounds .slick-dots{
	display:none!important;
}
.tag-futuristicsounds .headline{
	max-width:1200px;
	margin:0px auto;
	display:block;
	padding:30px 0px;
}
.tag-futuristicsounds .fs-article{
	padding:30px 0px;
	position:relative;
}
.tag-futuristicsounds .fs-article .imgbox{
	display:inline-block;
	width:50%;
	height:360px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity:1;
	transition:300ms;
}
.tag-futuristicsounds .fs-article .meta{
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -30px;
    margin-bottom: -90px;
    transform: translateY(60px);
    text-align:left;
    opacity:0;
    transition:1200ms;
}
.tag-futuristicsounds .fs-article .meta.scroll{
	transform:translateY(0px);
	opacity:1;
}

.tag-futuristicsounds .fs-article .meta h3{
    font-size: 28px;
    margin-bottom: 10px;
    background: #fff;
    line-height: 1;
    padding: 7px 4px 4px;
    display: inline-block;
}
.tag-futuristicsounds .fs-article .meta .subtitle{
    font-size: 20px;
    background: #fff;
    line-height: 1;
    padding: 7px 4px 4px;
    display: inline-block;
}

.tag-futuristicsounds .fs-article:nth-child(2n){
	text-align:right;
}
.tag-futuristicsounds .fs-article:nth-child(2n) .meta{
	left:initial;
	left:auto;
	right:50%;
	margin-left:0;
	margin-right:-30px;
	text-align:right;
}
.tag-futuristicsounds .fs-article:nth-child(2n) .meta .subtitle{
	text-align:right;
}


.tag-futuristicsounds .fs-article:nth-child(2n-1) > .imgbox:hover{
	opacity:0.6;
}
.tag-futuristicsounds .fs-article:nth-child(2n) > .imgbox:hover{
	opacity:0.6;
}

@media screen and (max-width:737px){
	.tag-futuristicsounds .fs-article .imgbox{
		width:100%;
		margin-bottom:8px;
	}
	.tag-futuristicsounds .fs-article .meta{
		position:relative;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		width:100%;
	}
	.tag-futuristicsounds .fs-article:nth-child(2n) .meta{
		position:relative;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		width:100%;
		text-align:right;
	}
	.tag-futuristicsounds .fs-article .meta h3{
		font-size:22px;
		line-height:1.2;
	}
	.tag-futuristicsounds .fs-article .meta .subtitle{
		font-size:14px;
	}
}