.detail.videoobzory
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.blog-detail-content-box h4:first-child
{
  margin-top: 0;
}

.content {
  margin-top: 30px;
}
@media screen and (min-width:1000px){
  iframe{
    width:100%!important;
    height:420px!important;
  }
	.vk iframe{
        height: 410px !important;
        width: 99% !important;
	}

   .ok iframe{
    height:400px!important;
  }
}
