/* Posters */

.poster_formats_widget {
	margin-top: 16px;
}

.poster_formats_widget .item_wrapper {
	display: inline-block;
	width: calc(100% - 155px);
	margin-bottom: 30px;
	overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.poster_formats_navigation {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	background-image: url('images/poster_nav_arrow_prev.svg');
	background-repeat: no-repeat;
	background-position: 50%;
    position: relative;
    top: -40px;
}

.poster_formats_navigation.prev {
	margin-right: 35px;
}

.poster_formats_navigation.next {
	background-image: url('images/poster_nav_arrow_next.svg');
	margin-left: 35px;
}

.poster_formats_navigation:hover {
	cursor: pointer;
}

.poster_formats_widget .item_wrapper::-webkit-scrollbar { 
    display: none;
}

.poster_formats_widget .item_wrapper .item_wrapper_scroll {
	width: -webkit-max-content;
	width: -moz-max-content;
}

.poster_formats_widget .item {
	display: inline-block;
	width: auto;
	height: 56px;
	background: #F5EEE7;
	border-radius: 28px;
	margin-right: 20px;
}

.poster_formats_widget .item a img {
	width: 56px;
	height: 56px;
	border-radius: 28px;

}

.poster_formats_widget .item a span {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #272B35;
	margin: 0 20px;
}

.poster_formats_widget .item a:hover {
	text-decoration: none;
}

.poster_formats_widget .link_wrapper {
	width: 100%;
	text-align: center;
}

.poster_formats_widget .link_wrapper a {
	font-size: 16px;
	line-height: 24px;
	color: #2153CC;
}

.poster_formats_widget .link_wrapper a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	/* Posters */

	.poster_formats_widget {
		margin-left: -8px;
		margin-right: -8px;
	}

	.poster_formats_widget .poster_formats_navigation {
		display: none;
	}

	.poster_formats_widget .item_wrapper {
		width: 100%;
	}

}


@media screen and (max-width: 414px) {

	.poster_formats_widget .item_wrapper .item_wrapper_scroll {
		width: 100%;
	}

	.poster_formats_widget .item_wrapper .item_wrapper_scroll .item {
		width: 100%;
		background: none;
		margin-top: 20px;
	}

}