
.trinity-player-iframe-wrapper
{display:none;}

.ifrm{
  width: 100%;
  border:1px solid #ccc;
  overflow: hidden;
}


/*Phone */
@media only screen and (max-width : 416px) {
  #dem-senate-ifrm{
    height:540px; 
  }
  #dem-house-ifrm{
    height:540px; 
  }
  #gop-senate-ifrm{
    height:540px; 
  }
  #gop-house-ifrm{
    height:540px; 
  }
}
/*Without Rail - AP single */
@media only screen and (min-width : 416px) and (max-width : 610px) {
  #dem-senate-ifrm{
    height:640px; 
  }
  #dem-house-ifrm{
    height:640px; 
  }
  #gop-senate-ifrm{
    height:640px; 
  }
  #gop-house-ifrm{
    height:650px; 
  }
}


/*Without Rail - AP Double */
@media only screen and (min-width : 610px) and (max-width : 765px) {
  #dem-senate-ifrm{
    height:445px; 
  }
  #dem-house-ifrm{
    height:495px; 
  }
  #gop-senate-ifrm{
    height:445px; 
  }
  #gop-house-ifrm{
    height:495px; 
  }
  
}


/*With Rail - AP Single  SMALL FOR TABLETS*/
@media only screen and (min-width : 765px) and (max-width : 800px) {
  #dem-senate-ifrm{
    height:550px; 
  }
  #dem-house-ifrm{
    height:550px; 
  }
  #gop-senate-ifrm{
    height:550px; 
  }
  #gop-house-ifrm{
    height:560px; 
  }
}

/*With Rail - AP Single */
@media only screen and (min-width : 800px) and (max-width : 940px) {
  #dem-senate-ifrm{
    height:640px; 
  }
  #dem-house-ifrm{
    height:640px; 
  }
  #gop-senate-ifrm{
    height:640px; 
  }
  #gop-house-ifrm{
    height:650px; 
  }
}


/* With Rail - AP Double */
@media only screen and (min-width : 940px) {

  #dem-senate-ifrm{
    height:445px; 
  }
  #dem-house-ifrm{
    height:495px; 
  }
  #gop-senate-ifrm{
    height:445px; 
  }
  #gop-house-ifrm{
    height:495px; 
  }
  
}
