/* Style for Desktop*/
#asset101,
#asset102,
.stretchLayoutAsset {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    display:block;
}
#asset102 {
	display:none;
}
/* Style for Tablet Portrait */
@media (max-width: 1023px) {
	/*Video Iframe*/
	#asset101 {
		display:none;
	}
	.landscape768x432 #scene-1 #asset102{
	   display:block;
	   left: 0px;
  	   top: 0px;
        width: 100%;
        height: 100%;
        margin: 0 !important;
	}
}