Індекс:Конан Дойль. Захований клєйнод (Львів, 1924).djvu/styles.css

Матеріал з Вікіджерел
.crop {
	overflow:hidden;
    position: relative;
    width: 350px;
    height: 385px;
	}
	
.crop img{
    min-height: 100%;
	min-width: 150%;
	position: absolute;
    margin: auto; 
	width: auto;
    height: auto;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -96%;
	}