Індекс:Юра Шкрумеляк. Битва під Зборовом 1649 р. 1923.pdf/styles.css

Матеріал з Вікіджерел
.crop {
    overflow:hidden;
    position: relative;
    width: 350px;
    height: 545px;
	}
	
.crop img{
    position: absolute;
    margin: auto; 
    min-height: 100%;
    height: auto;
    min-width: 152%;
    width: auto;

    right: -100%;
    bottom: -101%;
    left: -100%;
    top: -100%;
	}