@media only screen and (min-width:320px) and (max-width:480px) {
.rutube24 {
width:100%;
height:auto;
    margin-bottom: 10px;
}

.ru24 {
width: 300px;
height: 170px;}

    .separator24
    {
        height:20px;
    }
}


@media only screen and (min-width:481px) and (max-width:767px) {
.rutube24 {
width:100%;
height:auto;
    margin-bottom: 10px;
}

.ru24 {
width: 460px;
height: 260px;}

 .separator24
    {
        height:20px;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
.rutube24 {
margin-right:10px;
margin-bottom: 10px;
width:300;
height:auto;
}

.ru24 {
width:720px;
height:405px;}

 .separator24
    {
        height:20px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1223px) {
.rutube24 {
display: flex;
float: left;
margin-right: 40px;
margin-bottom: 40px;
width: 480px;
height: auto;}

.rutube24-2 {
display: flex;
width: 560px;
height: auto;
    margin-bottom: 40px;
}

.ru24 {
width:480px;
height:270px;}

 .separator24
    {
        height:20px;
    }
}

@media only screen and (min-width:1224px) {
.rutube24 {
display: flex;
float: left;
margin-right: 40px;
margin-bottom: 40px;
width: 560px;
height: auto;}

.rutube24-2 {
display: flex;
width: 560px;
height: auto;
    margin-bottom: 40px;
}

.ru24 {
width:560px;
height:315px;}

 .separator24
    {
        height:20px;
    }
}