/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1100;
    text-align:center;
}

.sticky-container img{
	opacity:0.7;
	width:400px;
}

.sticky-container img:hover{
	opacity:1;
}