ï»¿/* Please set height on parent container of .indexVideo4 */
.indexVideo4 {
  
}

    .indexVideo4 div, .indexVideo4 iframe {
        width: 100%;
        aspect-ratio: 1318 / 790;
        height : 50vw;
    }

@media (max-width: 480px) 
{
  .indexVideo4  iframe
  {
    border-radius : 20px;
    border: solid 5px #0094ff;
  }
}
@media (min-width: 481px) and (max-width: 767px) 
{
  .indexVideo4  iframe
  {
    border-radius : 20px;
    border: solid 5px #0094ff;
  }
}
@media (min-width: 768px) and (max-width: 979px) 
{
  .indexVideo4  iframe
  {
    border-radius : 15px;
    border: solid 5px #0094ff;
  }
}
@media (min-width: 980px) and (max-width:1199px) 
{
  .indexVideo4  iframe
  {
    border-radius : 20px;
    border: solid 5px #0094ff;
  }
}
@media (min-width: 1200px) and (max-width:1919px) 
{
  .indexVideo4  iframe
  {
    border-radius : 30px;
    border: solid 5px #0094ff;
  }
}
@media (min-width: 1920px) 
{
  .indexVideo4  iframe
  {
    border-radius : 50px;
    border: solid 5px #0094ff;
  }
}
