.new-release-item		{
	position: relative;
}

.new-release-item-wrapper {
		width: auto;
    height: 100%;
    margin-right: 10px;
    position: relative;
    display: flex;
	flex-direction: row;
	width: 100%; 
	flex: 1;

}

.new-release-item-desc	{
	width: 100%;
	margin-left: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
}


.release-type {
	position: relative;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    padding: 5px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
}


.new-release-item-image	{
	position:relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	width: 70%;
}


.new-release-item-image	img{
	width: 100%;
}

.release-teacher a {
    color: #8a8a8a;
}


.release-type {
    font-size: 1.2rem;
    font-weight: bold;
}

.release-title {
    font-size: 1.4rem;
    font-weight: bold;
}


@media (min-width: 1300px), (max-width: 980px) {

	.release-type {
		line-height: 1;
	}

}

@media (max-width: 1299px) and (min-width: 1130px) {

	.release-type {
		line-height: 1;
	}
}

@media (max-width: 1129px) and (min-width: 980px) {

	.release-type {
		line-height: 1;
	}

}

@media (min-width: 980px) {

	.newest-release-wrapper {
		height: 100%;
		bottom:0;
	    position: absolute;
	    right: 0;
	    width:33%;
	}
}

@media (max-width: 979px) {

	.newest-release-wrapper {
	    position: relative;
	    width:100%;
	    margin-bottom: -2%;
	}
	

}
.newest-release-wrapper {
    margin-top: 40px;
}

.newest-release-wrapper.relative-release-wrapper {
    margin-top: 32px;
}


@media (min-width: 660px) and (max-width: 979px) {

	.new-release-item {
		height: 33.3333%;
	}

}

@media (max-width: 659px), (min-width: 980px) {

	.new-release-item {
		height: 25%;
	}

}

.new-release-item-scroller {
	overflow-y: auto;
	height: 100%;
}

.new-release-item:not(:first-child) {
	padding-top: 2%;
}
.relative-release-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}


.new-release-item-category {
    color: #df173b;
    text-transform: uppercase;
    letter-spacing: -.7px;
    font-size: 12px;
}

.new-release-item-title {
	color:#454545;
}
.new-release-item-teachers a{
	color: #a8a8a8;
}
