
section.articlesNew-main {
    background-image: url(/static/img/ecostart/1920.svg)!important;
    background-color: #269b38!important;
}

section.articlesNew-main {
        background-image: url(/static/img/ecostart/1920.svg)!important;
    background-color: #269b38!important;
    padding: 100px 0;
    min-height: 100vh;
}

.articlesNew__item-text{
	position: absolute;
    bottom: 40px;
    width: 85%;
    font-size: 24px;
    line-height: 1.3;
	
}

.articlesNew__item_vkvideo:hover .video-pic__btn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.articlesNew__item_vkvideo {
   height: 660px;
}

.articlesNew__item_vkvideo-embedbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	cursor: pointer;
}

.articlesNew__item_vkvideo-embedbox iframe {
    width: 100%;
    height: 100%;
	border: none;
}


.articlesNew__item_vkvideo .articlesNew__item_vkvideo-embedbox{
	z-index: 2;
}
section.ecostart-enterprises {
    padding-bottom: 100px;
}

.articlesNew__item_vkvideo-embedbox iframe {
    border-radius: 10px;
}

.content-block__text_vkvideo{
	color: #fff;
}

@media only screen and (max-width: 1279px){
	
	.articlesNew-main .articlesNew__item {
    width: 210px;
    height: 600px;
    padding: 27px 9px;
}
}

@media only screen and (max-width: 1100px){
	
.articlesNew-main .articlesNew__item {
    width: 210px;
    height: 480px;
    padding: 27px 9px;
}

}


@media only screen and (max-width: 1023px){
	
.articlesNew-main .articlesNew__item {
    width: 210px;
    height: 570px;
    padding: 27px 9px;
}

}



