#iframebannermobile{
  height: 505px;
  border: none;
}
@media (max-width: 768px) {
    #splashscreen .modal-wrapper .modal-dialog .modal-content{
    width:100%;
}
   #iframebannermobile{
      height: 318px;
      border: none;
    } 
}
@media (max-width: 412px) {
     #splashscreen .modal-wrapper .modal-dialog .modal-content{
    width:90%;
   
}
}