




@media (min-width:500px) { /*Desktop*/
	
	.videoWrapper {
	position: relative;
	padding-bottom: 55.85%; /* 16:9  56.26 */
	padding-top: 0px;
	height: 0%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
	
	.master-div{
		/*margin: 0 auto;*/
		margin-top: 35px;
		margin-left: auto;		margin-right: auto;
	}
	.title-div{	
	width:98%; 
	margin-left: auto;	margin-right: auto; margin-bottom:0px; 
	
	}
	.title-div-img{
		object-fit: contain;
		width: 753px; height:398px;
		margin-left: auto;	margin-right: auto;
		 margin-bottom:0px;
	}
	
	.soc-button {
		object-fit: contain;
		width: 114px;		height: 114px;
		padding:5px;
 }
 	.social-div{
	margin: auto;
    width:700px;
    background:black;
    text-align:center;
	}
	.store-div{
		width:38%;
		background:#000000;
		text-align:center;
		justify-content: center;
		margin-left: auto;		margin-right: auto;
		margin-top:0px; margin-bottom:0px;
	}

	.main-div {
		margin: auto;
		max-width: 700px;
		border-radius: 40px;
		background: #FFFFFF;
		color: black;
		padding: 40px;
	}
	.h1-div{
		max-width: 700px;	
		padding:0px; margin:0px;
	}
    .cover {
		object-fit: contain;
		width: 700px%;
	}
	.cover-store {
		object-fit: contain;
		width: 100px%;
	}

}
@media screen and (max-device-width: 1000px){ /*Mobile*/
	
	.videoWrapper {
	position: relative;
	padding-bottom: 0; /* 16:9 */
	padding-top: 25px;
	height: 21.2%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
	
	
	div p{ margin:0; }
	.master-div{
		/*margin: 0 auto;*/
		margin-top: 15px;
		margin-left: auto;		margin-right: auto;
	}
	.title-div{	
	width:98%; 
	margin-left: auto;	margin-right: auto; margin-bottom:0px; 
	
	}
	.title-div-img{
		object-fit: contain;
		width: 100%;
		margin-left: auto;	margin-right: auto;
	}
	.soc-button {
		object-fit: contain;
		width: 17%;		height: width;
		padding:1%;
		padding-bottom:0px; margin-bottom:0px;
		padding-top:0px; margin-top:0px;
		
 }
  .social-div{
		width:98%;
		background:#000000;
		text-align:center;
		justify-content: center;
		margin-left: auto;		margin-right: auto;
		margin-top:0px; margin-bottom:8px;
	}
 .store-div{
		width:78%;
		background:#000000;
		text-align:center;
		justify-content: center;
		margin-left: auto;		margin-right: auto;
		margin-top:0px; margin-bottom:0px;
	}

	.main-div {
		margin-top:0px;
		border-radius: 35px;
		background: #FFFFFF;
		color: black;
		font-size: 15px;
		width: 92%;
	
		padding: 30px 15px 15px; /* top, LR, bottom*/
		/*padding-top: 25px; padding-bottom: 20px;
		padding-right: 15px; padding-left: 15px;*/
		
	 }
	.cover {
		object-fit: contain;
		width: 100%;
	}
	.cover-store {
		object-fit: contain;
		width: 100%;
	}
	.bottom-div {
		margin: auto;
		border: 20px solid #000000;
		padding: 3px;
		position: absolute;
		width: 98%;
	 }

	 
	 
	 .h1-div{}
	h1 {		font-weight: bold;		font-size: 20px; padding-bottom:0px; margin-bottom:0px;	}
  	.alignright {}
        display: block;
        float: right;
		align:right;
	    text-align: right;
		margin-right:0;
		position: absolute;
		width: 15%;
	
    }


