 
 #iframelive.tablet-landscape,
#iframelive.tablet-portrait,
#iframelive.iphone-landscape,
#iframelive.iphone-portrait {
    height: 94%;
    overflow: auto;
}
#iframelive {
    height: 100%;
 
}



 /* DESKTOP  */
	#iframelive.desktop iframe {
		width: 100%;
		margin: 0;
    }
    #iframelive.desktop #frameWrapper {
		background: none;
		margin: 0;
		/*overflow: auto;*/
		height: 100%;
    }
    #iframelive.desktop {

}

 /* tablet-landscape  */
#iframelive.tablet-landscape iframe {
    width: 1039px;
    height: 690px !important;
    margin: 51px 0 0 80px;
}
#iframelive.tablet-landscape #frameWrapper {
    background: url('../img/pad-land.png');
    width: 1242px;
    height: 798px;
    margin: 20px auto;
	overflow: auto;
}
#iframelive.tablet-landscape #frameWrapper iframe {
	overflow-x: hidden;
}

/*  tablet-portrait */
#iframelive.tablet-portrait iframe {

    width: 785px;
    height: 1038px !important;
    margin: 65px 0 0 58px;

}
#iframelive.tablet-portrait #frameWrapper {
    background: url('../img/pad-port.png');
    width: 901px;
    height: 1213px;
    margin: 20px auto;
}

/* iphone-landscape */
#iframelive.iphone-landscape iframe {
    width: 495px;
    height: 335px !important;
    margin: 28px 0 0 133px;
}
#iframelive.iphone-landscape #frameWrapper {
    background: url('../img/phone-land.png');
    width: 759px;
	height: 395px;
    margin: 150px auto 20px;
}

/* iphone-portrait */
#iframelive.iphone-portrait iframe {
    width: 337px;
    height: 495px !important;
    margin: 133px 0 0 30px;
}
#iframelive.iphone-portrait #frameWrapper {
    background: url('../img/phone-port.png');
    width: 395px;
    height: 762px;
    margin: 20px auto;
}

/*  ====================================================================================================================================== */
