﻿.indexVideo3
{
   width : 100%;
   height : 100%;
}

.indexVideo3 .blockContent
{
    height : 100%;
}

   .indexVideo3 iframe
   {
      height : 55%;
   }

.indexVideo3 .more
{
   text-align : right;
}

@media (max-width: 480px) 
{
   .indexVideo3 iframe
   {
      height : 300px;
   }
}
@media (min-width: 481px) and (max-width: 767px) {
   .indexVideo3 iframe
   {
      height : 300px;
   }
}
@media (min-width: 768px) and (max-width: 979px) {
   .indexVideo3 iframe
   {
      height : 400px;
   }
}
@media (min-width: 980px) and (max-width:1199px) {
   .indexVideo3 iframe
   {
        width : 700px;
        height : 300px;
        margin : 0 auto;
        display : block;
   }
}
@media (min-width: 1200px) and (max-width:1919px) {
   .indexVideo3 iframe
   {
      height : 300px;
   }
}
@media (min-width: 1920px) 
{
   .indexVideo3 iframe
   {
      height : 300px;
   }

}
