@import '../Modules/DurationLinks.css';

h1 span {display:block}

div.awards { margin-top: 21px; /* 24px */ max-width: 100%; }

div.awards { display: flex; align-items:center; justify-content:flex-start }

	div.awards > * { flex-basis:auto; flex-grow:0; flex-shrink:1; }

	div.awards > *:not(:last-child) {margin-right:10px;}


	div.awards img { max-height: 80px; }

@media screen and (max-width:421px)
{
	div.awards img { max-height: 19vw; }
}
@media screen and (min-width:683px) and (max-height:750px)
{
	div.awards img { max-height: 50px; transition: 1s max-height; }
}
@media screen and (max-width:375px)
{
	div.awards img {max-height:14vw}
}


div[itemtype$='VideoObject'] p[itemprop='description'] {margin-top:33px} /* 36px */


time[itemprop='duration'] { margin-top: 23px; } /* 26px */


@media screen and (max-width:414px) {
	div#film[data-has-awards] + div.PageTexts { display: block; }
}


/* Piera Laptop Laurels */
@media screen and (min-width:950px) and (min-height:680px) and (max-height:700px) {
	div#wrapper { padding-top: 38px; }
	[data-has-awards] div[itemtype$='VideoObject'] p[itemprop='description'] { margin-top: 31px; }
	[data-has-awards] time[itemprop='duration'] { margin-top: 21px; }
}


.PageTexts .p {color:#454c67}