/******************************************************************
Theme Name: Rosemount
Description: PLOTT Creative development theme
Author: Mark Christian
Author URI: http://www.plottcreative.co.uk
Version: 0.4
Tags: responsive-layout
******************************************************************/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

@media only screen and (min-width:1200px){
	.widget_categories{
		position: sticky;
		top: 60px;
	}
}

#slider-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-container > img{
	position: absolute;
	opacity: 0;
	width: 100%;
	transition: 300ms all;
}

#slider-container > img.showMe{
	opacity: 1;
}