

/* Start:/bitrix/templates/right_dance/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1539086072980*/
.blog-list {
	display: flex;
	flex-flow: row wrap;
}

.blog-item {
	position: relative;
	box-sizing: border-box;
	width: 31%;
	margin: 1%;
}

.blog-item img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.blog-item a {
	display: block;
	height: 330px;
}
.blog-item_info {
	position: absolute;
    width: 93%;
	height: 91%;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #FFF;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
    transition: 200ms all linear;
}

.blog-item:hover .blog-item_info {
	background: rgba(0,0,0,0.6);
}

.blog-item:hover .btn-href {
	opacity: 1;
}

.blog-item_head {
	font-size: 24px;
    font-weight: bold;
}

.blog-item_text {
	opacity: 0;
    transition: 200ms opacity linear;
}

.blog-item:hover .blog-item_text {
	opacity: 1;
}

@media screen and (max-width: 600px) {

.blog-item {
    width: 100%;
    margin: 1% 0;
}

}
/* End */
/* /bitrix/templates/right_dance/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1539086072980 */
