@media screen and (min-width: 48em) {
    .featured-tabs .accordion-title.title-left {
        width: 48%;
        left: 0
    }

    .featured-tabs .accordion-title.title-right {
        width: 48%;
        right: 0
    }
}

.no-border{
    border: 0
}

.hero-img {
    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: .6;
}

.views-field-field-sponsor-logo img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	height: auto;
	max-width: 100%;
	opacity: 1;
	transition: all .5s ease;
}

.views-field-field-sponsor-logo a:hover img {
    /* -webkit-filter: grayscale(0); */
    /* filter: grayscale(0); */
    /* opacity: 1 */
}
