﻿
#breaking-news-container {
	position: absolute;
	right: 0;
}

@media screen and (max-width: 568px) {
	#breaking-news-container {
		position: relative;
		right: auto;
	}
}

#breakingNewsSlideshow {
	width: 100%;
    text-align: center;
}

	#breakingNewsSlideshow a {
		display: block;
		padding: 7% 10%;
	}

		#breakingNewsSlideshow a img {
            width: auto!important;
			height: 100%;
			max-height: 240px;
            margin: 0 auto;
		}

.breakingNewsSlide {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
