.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.om-rotating-banner {
	margin: 0 auto;
	background-color: #355ed4;
	position: relative;
	color: #fff;
	text-shadow: 0 0 0.1em rgba(0, 0, 0, .6);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 180px;
	display: none;
	font-size: 0.9em;
	line-height: 1.4;
	overflow: hidden;
}
.csstransforms.csscalc .om-rotating-banner {
	display: block;
}
.om-rotating-banner * {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.om-rotating-banner__item {
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #355ed4;
	background-image: url('/wp-content/plugins/om-rotating-banner/img/cta-banner--blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.om-rotating-banner__item.is-sticky {
	z-index: 999;
}
.om-rotating-banner__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.om-rotating-banner__image {
	height: 150px;
	width: 150px;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.om-rotating-banner__image.align-bottom {
	bottom: 0;
}
.om-rotating-banner__image.align-top {
	bottom: auto;
	top: 0;
}
.om-rotating-banner__image img {
	height: 150px;
	width: 150px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
@-webkit-keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(15);
        transform: scale(15);
        opacity: 0
    }
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(15);
        transform: scale(15);
        opacity: 0
    }
}
.om-rotating-banner__content {
	padding: 0 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	text-align: center;
	
}
/*.om-rotating-banner:before, .om-rotating-banner:after {
	content: '';
	position: absolute;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: -15px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .05);
    -webkit-animation: glow-grow 3s ease-out infinite;
    animation: glow-grow 3s ease-out infinite;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: none;
}
.cssanimations .om-rotating-banner:before, .cssanimations .om-rotating-banner:after {
	display: block;
}
.om-rotating-banner:after {
	-webkit-animation-delay: 1s;
    animation-delay: 1s
}*/
.om-rotating-banner__item.has-featured-image .om-rotating-banner__content {
	padding-right: 160px;
}
#om-rotating-banner h1, 
#om-rotating-banner h2,
#om-rotating-banner h3,
#om-rotating-banner h4,
#om-rotating-banner h5,
#om-rotating-banner h6 {
	font-weight: bold;
	margin-bottom: 0.25em !important;
	line-height: 1.1em !important;
}

@media (max-width: 767px) {

	#om-rotating-banner h1, 
	#om-rotating-banner h2,
	#om-rotating-banner h3,
	#om-rotating-banner h4,
	#om-rotating-banner h5,
	#om-rotating-banner h6 {
		font-size: 1.2em !important;
	}

}

@media (min-width: 768px) {

	.om-rotating-banner {
		font-size: 1em;
		height: 200px;
	}
	.om-rotating-banner__item {
		height: 200px;
	}
	.om-rotating-banner__image {
		width: 200px;
		height: 200px;
		bottom: 0;
		top: auto;
	}
	.om-rotating-banner__image.align-bottom, .om-rotating-banner__image.align-top {
		bottom: 0;
		top: auto;
	}
	.om-rotating-banner__image img {
		width: 200px;
		height: 200px;
	}
	.om-rotating-banner__content {
		padding: 0 20px;
	}
	.om-rotating-banner__item.has-featured-image .om-rotating-banner__content {
		padding-right: 220px;
	}

}

@media (min-width: 992px) {

	.om-rotating-banner__image {
		right: 10%;
	}
	.om-rotating-banner__item.has-featured-image .om-rotating-banner__content {
		padding-right: calc(10% + 220px);
	}
}











