@media (max-width: 768px){
ul.search-result-list li:first-of-type article > .event-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
}
ul.search-result-list li img {
    height: auto !important;
	max-height: 50vw !important;
}
}
ul.search-result-list li img {
    height: 21vw;
}
@media (min-width: 767px) and (max-width:768px){
	ul.search-result-list li {
    min-width: 80em;
}
}
.event-wrapper>.hgroup>a.btn.btn-link {
    margin-top: 15px;
	text-align: left;
	color: #000000 !important;
}
.home-events>.event-wrapper>.hgroup>a.btn.btn-link:hover {
	color: #000000 !important;
}
ul.search-result-list article .hgroup .btn.btn-link:after{
	background-image:url("../images/icon-arrow-black.svg") !important;
}
.btn.btn.btn-link:after{
	background-image:url("../images/icon-arrow-black.svg") !important;
}
ul.search-result-list article .hgroup .btn.btn-link, ul.search-result-list article .hgroup .btn.btn-link:hover {
    color: #000000 !important;
}