.YaSlideShow
{
	height: 100%;
	width: 100%;
    display: inline-block;
    overflow: hidden;
    
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    
    transition: .3s all;
    -webkit-transition: .3s all;
}
