Індекс:Гоголь М. Одруження (1938).djvu/styles.css

Матеріал з Вікіджерел
.crop {
    overflow:hidden;
    position: relative;
    width: 200px;
    height: 200px;
	}

.crop img{
    position: absolute;
    margin: auto; 
    min-height: 100%;
    height: auto;
    width: auto;

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

    min-width: 199%;
	}