/***CUSTOM CSS RULES FOR YOUR SITE***/

@media(max-width:672px) {
	iframe[src*="youtube"] {width:100%;}
}
@media(max-width:768px) {
    /*.slider .slider-item {height:inherit !important;}*/
}

a.title-link {color:#000; text-decoration:none;}
.title-link:hover {color:#e77149;}

.poster img {
    box-shadow: 0 0 13px 4px #00000069;
}
.preview-anntotation {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}
.search-form {
    position: absolute;
    right: -19px;
}
@media screen and (max-width: 767px){
	.search-form {
		right:0;
	}
}
@media (max-width: 991px){
	.search-form {
		right:0;
	}
}
.news{
	max-width: 100%;
}