﻿/* Please set width on parent container of .indexFYKChannel8 */
/*
  container of .indexFYKChannel8
  {
    padding : 5em 20%;
  }

*/
.indexFYKChannel8 {
    
}

.indexFYKChannel8 .thisflex
{
  display : flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.indexFYKChannel8 .thisflex iframe
{
   flex-basis : 50%; 
}

    .indexFYKChannel8 div, .indexFYKChannel8 iframe {
        /*width: 100%;*/
        aspect-ratio: 1318 / 790;
    }
