.product-detail .post-photo {
	width: calc(85% / 2);
  margin-bottom: 0;
    margin-right: 0;
}

.flex-nml {
gap: 15px;
    justify-content: center;
}

@media screen and (max-width:768px) {
.products-detail-content iframe {
		width: 100%;
  }
}