.videomine {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-bottom: 44px;
		}

.video-item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
		}

p.link-page {
	width: 80%;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}


.link-item { 
	display: flex;
	justify-content: space-between;
	margin-right: 5px;
}

span.link-item22 {
	display: none;
	justify-content: space-between;
	align-items: center;
	width: 84px;

}

.video-item:nth-child(9n+6),
.video-item:nth-child(9n+1) {
	max-height: 630px;
	height: 100vh;
	width: 100%;
		}
.video-item:nth-child(9n+6) .preview_picture,
.video-item:nth-child(9n+1) .preview_picture {
    height: 555px;
    object-fit: cover;
	width: 100%;

}


.video-item:nth-child(9n+2),
.video-item:nth-child(9n+3) {
	max-height: 430px;
	height: 100vh;
	width: 48%;
		}

.video-item:nth-child(9n+2) .preview_picture,
.video-item:nth-child(9n+3) .preview_picture {
    height: 350px;
    object-fit: cover;
	width: 100%;
}


/*.video-item:nth-child(9n+3) {
			max-height: 530px;
			height: 100vh;
			width: 33%;
				}

.video-item:nth-child(9n+3) .preview_picture {
    height: 400px;
	object-fit: cover;
}*/

.video-item:nth-child(9n+4),
.video-item:nth-child(9n+5) {
	max-height: 430px;
	height: 100vh;
	width: 48%;
		}
.video-item:nth-child(9n+4) .preview_picture,
.video-item:nth-child(9n+5) .preview_picture {
    height: 350px;
    object-fit: cover;
    width: 100%;
}


.video-item:nth-child(9n+7),
.video-item:nth-child(9n+8),
.video-item:nth-child(9n+9) {
			max-height: 330px;
			height: 100vh;
			max-width: 32%;
			width: 100%;
			}
.video-item:nth-child(9n+7) .preview_picture,
.video-item:nth-child(9n+8) .preview_picture,
.video-item:nth-child(9n+9) .preview_picture {
    /*height: 330px;*/
	height: 250px;
    object-fit: cover;
	width: 100%;
}

/*.video-item:nth-child(9n+7) .video-item-little,
.video-item:nth-child(9n+8) .video-item-little,
.video-item:nth-child(9n+9) .video-item-little {
    height: 330px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

@media (max-width: 991px) {

a.link-page {
    white-space: nowrap;
    overflow: hidden; 
    padding: 5px; 
    text-overflow: ellipsis;
}

.videomine { 
	flex-wrap: nowrap;
	flex-direction: column;
	}

	.video-item:nth-child(even) {
		width: 100%;
		max-width: 100%;
}

	.video-item:nth-child(odd) {
		width: 100%;
		max-width: 100%;
}
	}

@media (max-width: 500px) {


a.link-page {
    font-size: 12px;
}

	.video-item:nth-child(even) {
		height: 240px;
}

	.video-item:nth-child(odd) {
		height: 240px;
}
	}