.vs-product-wrapper .container { 
  margin:1px
}


.vs-product-wrapper .container .row { 
  width:100vw
}

.product-details-inner .container {
    margin: auto !important; 
		
    
}

textarea.form-control, textarea {
    width: 50vw;
}

form#commentform .row:nth-of-type(3) {
	width:50vw;
}




iframe {
    height:1148px;
		width: 100%;
}




@media screen and (max-width: 1500px) {
	iframe {
    height: 951px;
}
}

@media screen and (max-width: 702px) {
	iframe {
    height: 601px;
}
}

.vs-product-wrapper .container .row .col-lg-12{
		padding: 0px;
	}

iframe .overflow-hidden{
	padding:4px;
}

/* .vs-product-wrapper .container{
	height:1200px;
} */

/* @media screen and (max-width: 1500px) {
	.vs-product-wrapper .container{
	height:940px;
}
}

@media screen and (max-width: 994px) {
	.vs-product-wrapper .container{
	height:790px;
}
}

@media screen and (max-width: 703px) {
	.vs-product-wrapper .container{
	height:630px;
}
} */