/* Style for Desktop*/
/*Setting the cursors for the required elements*/
#asset101,
#asset105,
#asset106,
#asset107,
#asset108 {
	cursor:pointer !important;
}
#asset101,
.stretchLayoutAsset {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
/*Video Iframe*/
.landscape1024x277 #scene-1 #asset105{
	top: 0% !important;
	right: 26% !important;
	width: 48%;
	height: 100%;
	z-index:2;
	left: auto !important;
}
/*Play Button*/
.landscape1024x277 #scene-1 #asset106{
	right: auto;
	top: 0;
	right: 47%;
	z-index:3;
	width: 6%;
	height: auto;
	bottom: 0;
	margin: auto!important;
	left: auto;
}
/*Mute & Unmute*/
.landscape1024x277 #scene-1 #asset107,
.landscape1024x277 #scene-1 #asset108
{
	width: 2.7%;
    height: auto;
    left: auto;
    top: 4%;
    right: 27%;
}
/* Style for Tablet Portrait */
@media (max-width: 1023px) {
	/*Video Iframe*/
	.landscape768x432 #scene-1 #asset102{
		left: 0px;
  	    top: 0px;
        width: 100% !important;
        height: 100% !important;
	}
    .landscape768x432 #scene-1 #asset105 {
    	z-index: 2;
    	top: 30%;
        width: 57%;
        height: 60%;
        left: 4%;
		
    }
    /*Play Button*/
	.landscape768x432 #scene-1 #asset106 {
		z-index: 3;
		width: 7%;
		height:auto;
		top: 54%;
		left: 29%;
		margin: auto !important;
	}
	/*Mute & Unmute*/
	.landscape768x432 #scene-1 #asset107,
	.landscape768x432 #scene-1 #asset108 {
		   left: 55%;
			top: 33%;
			width: 4%;
			height: auto;
	}
}
@media all and (min-width: 1920px) and (max-width: 1600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       .landscape1024x277 #scene-1 #asset105 {
           width: 48.5% !important;
		   left: 26% !important;
        }
    }
@media all and (min-width: 499px) and (max-width: 1599px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       .landscape1024x277 #scene-1 #asset105 {
           width: 48.5% !important;
		   /*left: 21% !important;*/
		   right: 26% !important;
        }
    }