.tab-youtube-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-top: 20px;
}
.tab-youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-youtube-video-container.under-image {

  max-width: 502px;
   padding-bottom: 54.4%;
}

/*features by comas ???*/
li.ty-product-feature__multiple-item:not(:last-child)::after {
    content: ",";
}

/*Product page*/
.my-short-features li:last-child{
	margin-bottom: 25px;
}
.my-short-features-descr {
	display: inline-block;
	font-weight: bold;
	max-width: 200px;
	width: 100%;
	vertical-align: middle;
}
.main-content-grid .my-short-features .all_features{
	list-style-type: none;
	margin-top: 5px;
	color: #0073bf;
	cursor: pointer; cursor: hand;
}
.main-content-grid .my-short-features .all_features:after{
	content: "→";
	margin-left: 7px;
}

@media (max-width: 480px) {
	.my-short-features-descr{ display: block; }
}
/*rtlfixes*/
html[dir="rtl"]{
	.main-content-grid .my-short-features .all_features:after{
	content: "←";
	}
}