@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext");
body
{
	/*width: 170px; /* <------------------------- */
	/*height: 210px; /* <------------------------- */
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.iframe
{
	/*display: table;*/
	display: block;
	width: inherit;
	height: inherit;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}

form
{
	width: inherit;
	height: inherit;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================================= */
/* Whole area */
div.pmemoFrame
{
	width: 100%;
	height: inherit;
	/*font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: small;*/
}
table.pmemoFrame
{
	width: inherit;
	height: inherit;
}

/* Image */
tr.pmemoImg
{
	height: 150px; /* <------------------------- */
}
td.pmemoImg
{
	width: 100%;
	height: inherit;
	margin: auto;
	display: table;
	vertical-align: bottom;
	text-align: center;
	background-color: inherit; /*white;*/
}
/*
div.pmemoImg
{
	display: table-cell;
	width: inherit;
	height: inherit;
	margin: auto;
	vertical-align: bottom;
	text-align: center;
	background-color: Black;
}
*/
img.pmemoImg
{
	border-width: 0;
	min-height: 270px;
    /*margin-top: 43px;*/
	width: 100%;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

div.pmemoFrame:hover img.pmemoImg {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-transform: scale(1.35);
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
}

div.pmemoFrame:hover div.pmemoPerformanceInfo {
	color: #cc9086;
}

a.pmemoImg
{
	border-width: 0;
	text-decoration: none;
}

/* Text area */
td.pmemoText
{
	height: inherit;
	vertical-align: middle;
	background-color: inherit; /*white;*/
	position: absolute;
	top: 55%;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	td.pmemoText
	{
		top: 30%;
	}
}

div.pmemoText
{
	width: 100%;
	height: 100%;
	font-size: 80%;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

div.pmemoPerformanceInfo
{
	/*color: Red;*/
	/*margin: 2px auto 2px auto;*/
	margin: 0;
    /*padding: 3px;*/
    /* background: #fff; */
    color: #fff;
    /*font-size: 14px;*/
    font-weight: 600;
    margin-top: 10px;
    /* text-align: center; */
    text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	padding: 0 30px 30px 30px;
	text-decoration: none;
}

.pmemoPerformanceInfo a {
	text-decoration: none !important;
}

.pmemoPremiereDate
{
	/*color: Black;*/
	color: rgba(255, 183, 169, 0.66);
	margin: 2px 0 0 0;
	font-weight: normal;
}

div.pmemoPremiereDate {text-align: left; margin: 5px 30px; font-size: 14px;}

a.pmemoImg:after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	/*background: url(http://placehold.it/20x20/1) repeat;*/
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #1c1c1c);
	background: -o-linear-gradient(transparent, #1c1c1c);
	background: -moz-linear-gradient(transparent, #1c1c1c);
	background: linear-gradient(rgba(0, 0, 0, 0), #1c1c1c);
}

a:link
{
	color: inherit;
	text-decoration:underline;
}
a:visited
{
	color: inherit;
	text-decoration:underline;
}
a:hover
{
	color: inherit;
	text-decoration:none;
}
a:active
{
	color: inherit;
	text-decoration:underline;
}

.pmemoError
{
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	color: Black;
	background-color: inherit; /*White;*/
}

/*
div.ViSMargin td.pmemoImg, div.ViSMargin td.pmemoText, div.ViSMargin .pmemoError
{
	background-color: #E6E6E6;
}
*/