


.featured-header-intro {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    min-height: 850px;
}

.tax-Cast .featured-header-intro {
    min-height: 650px;
}


.featured-header-intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 13%, #121216 87%);
	z-index: 2;
}

.featured-header-intro img:nth-child(2), .featured-header-intro.comicbook-news-header img:nth-child(2), .featured-header-intro.comicdb-header img:nth-child(2) {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
	z-index: 1;
	position: absolute;
    filter: blur(3px);
	top: 0;
	min-width: 100%;
}

.featured-header-intro img {
    object-fit: cover;
    width: 240px;
    height: 350px;
    object-position: top;
    z-index: 3;
    position: absolute;
    top: 20%;
}

.featured-header-intro.comicbook-news-header img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    max-width: 600px;
    object-position: center;
}

.featured-header-intro.comicdb-header img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    max-width: 600px;
    object-position: center;
}


.featured-header-intro .featured-image-card {
	max-width: 800px;
	z-index: 2;
}

.featured-header-intro .featured-image-bg {
	filter: blur(7px)
}


.featured-header-intro .title-rating {
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
}

.featured-header-intro .top-breadcrumb {
    flex-direction: row;
    justify-content: center;
    align-content: center;
    z-index: 10;
    position: absolute;
    top: 60px;
    padding: 5px 20px;
    height: 38px;
    border-radius: 30px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 460px;
}


.featured-header-intro .top-breadcrumb a, .breadcrumb_last {
	color: #ffffff !important;
}



.tax-Cast .featured-header-intro h1:after {
	content: "";
    display: inline-block;
    background: url(/wp-content/themes/cmdb-theme/verified.png) no-repeat top right;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0 0 18px 2px;
}


.featured-header-intro h1, .featured-header-intro .title-rating {
    z-index: 9;
    flex-direction: row;
    justify-content: end;
    margin: 0;
}
.featured-header-intro .title-rating, .tax-Cast .featured-header-intro h1 {
    align-items: center !important;
    width: 100%;
    justify-content: center;
    display: flex
}

.single-post .featured-header-intro .title-rating, .tax-Cast .featured-header-intro h1 {
    max-width: 920px;
}

.featured-header-intro .title-rating .circle-container {
    width: 60px;
    height: 60px;
}
.featured-header-intro .title-rating .rating-text {
    font-size: 23px;
}

.featured-header-intro .movie_features {
	z-index: 9;
}

.featured-media {
    flex-direction: row;
    align-content: space-between;
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
    max-width: 90%;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.featured-media a {
    height: 50px;
    margin: 0;
}
.featured-media p {
    padding: 6px 0 0 0;
}

.featured-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: var(--app-bg-border);
  border-radius: 50px;
}

.featured-media .watch-trailer {
    background: var(--brand-color);
    height: 50px !important;
    border-radius: 50px;
    padding: 5px 10px 5px 13px !important;
    margin: 0;
    line-height: 1.8;
    text-align: center;
    width: 50px;
    min-width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--main-color) !important;
    font-weight: 300;
    font-size: 1.5em;
}



.streaming-service-logo, .buttons-trailer, .share-toggle, .therating {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.7em;
}

.therating .circle-container {
	width:50px;
	height: 50px;
	margin: 0;
}


.buttons-share {
  position: relative;
  text-align: center;
}

.share-toggle a.share-button {
	    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  background-color: var(--app-logo);
  border: 1px solid var(--app-bg-border);
  color: #fff;
  transition: background 0.3s;
      font-weight: 300;
    font-size: 1.5em;
    height: 50px !important;
	width: 50px;
    border-radius: 50px;
    padding: 5px 13px 5px 13px !important;
    margin: 0;
    line-height: 1.8;
    text-align: center;
}


.share-toggle a.share-button:hover {
  background-color: var(--app-bg-border);
}

.buttons-share .share-dropdown {
  display: none;
}

.share-dropdown {
  position: absolute !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--app-bg-dark);
  border: 1px solid var(--app-bg-border);
  border-radius: 999px;
  display: none;
  padding: 8px 16px;
  margin-top: 10px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.share-dropdown a {
  margin: 0 6px;
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.2s, color 0.2s;
}

.share-dropdown a:hover {
  color: var(--app-bg-border);
  transform: scale(1.2);
}

.streaming-service-logo img {
    width: 100px;
    border-radius: 50px;
    height: 50px;
}


.movie_features {
	height: auto;
    padding: 5px 10px !important;
    margin: 0 0 10px 0;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    z-index: 3;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.featured-header-intro .movie-rating {
    height: 40px;
    padding: 5px 10px !important;
    margin: 0 0 10px 0;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    z-index: 3;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.featured-header-intro .title-rating div  {
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0 10px 0 0;
}

.featured-header-intro .title-rating p {
    font-size: 0.8em;
    margin: auto;
    padding: 5px 0;
	text-align: center;
}

header .search-form button::after {
    content: "Go";
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
}


/* Tabs Sectio. */

.movie-tabs, .movie-toptabs {
  padding: 0;
}
.movie-toptab {
	flex-direction: column;
}

.tab-menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
	justify-content: center;
	background: var(--brand-bgalt);
}
.toptab-menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
	justify-content: flex-start;
	background: none;
}

.tab-menu li, .toptab-menu li {
    font-weight: bold;
        background: var(--app-bg-border);
    border-radius: 13px 13px 0 0;
    padding: 12px 50px 0 50px;
    color: var(--main-color);
	    margin: 0 5px;
	opacity: 0.7;
}

.tab-menu li.active, .toptab-menu li.active {
    font-weight: bold;
    background: var(--app-bg-border);
    border-radius: 13px 13px 0 0;
    padding: 12px 50px 12px 50px;
    color: var(--brand-color);
	opacity: 1;
}

.toptab-menu li {
    background: none;
}

.toptab-menu li:active {
    background: var(--brand-bgalt) !important;
}


.tab-content {
    display: none !important;
	padding: 2% 5% 5% 5%;
}

.toptab-content {
    display: none !important;
	padding: 2% 0;
}

.toptab-content {
    background: none !important;
    border-top: 1px solid var(--app-bg-border);
}



.tab-content.active, .toptab-content.active {
    display: block !important;
    background: var(--app-bg-border);
}

.tab-content h3, .toptab-content h3  {
        font-size: 2rem !important;

    }


.tab-content .comments-area, .toptab-content .comments-area {
max-width: 400px;
}


.tab-content ul, .tab-content li, .toptab-content ul, .toptab-content li  {
    display: flex;
    list-style: circle;
	flex-direction:column; 
}

.tab-content .content_blocks, .toptab-content .content_blocks {
	display: flex;
}






.trivia-list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.trivia-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.trivia-list ul li::before {
  content: '★';
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcc00;
  font-size: 2rem;
}

.trivia-list ul li:hover {
  color: #ffcc00;
}

.search-results .menu_block .menu_details {
    margin: 10px 0 !important;
    height: auto;
}

.search-results .menu_block h3{
    line-height: 1em;
    margin: 10px 0 !important;
}

/* Movie Series Feed  */

.cmdb-feed-list .movie_poster img {
    border-radius: 6px;
    width: 104%;
    text-align: center;
    height: 104%;
    object-fit: cover;
    min-height: auto;
}



/* Gallery */

.gallery-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 2rem 0;
}

.gallery-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem;
}

.gallery-card {
  flex: 0 0 auto;
  width: 200px;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.scroll-btn {
  background: var(--brand-color);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  border-radius: 6px;
}

/* Modal styles */
.gallerymodal {
    display: none;
    position: fixed;
    z-index: 9999999999999999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
	padding: 0 0;
}

.gallerymodal-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.gallerymodal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background: var(--brand-color);
    height: 50px;
    width: 50px;
    border-radius: 6px;
}


	
.gallerypu {
    position: absolute;
    z-index: 99999999999999;
    right: 0;
    border: 0;
    width: auto;
    height: 70%;
    object-fit: cover;
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
	.builder_block .gallerymodal {
		display: none;
	}


.trailer-video {
  position: relative;
  overflow: hidden;
  width: 100%;
	border-radius: 23px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.trailer-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.movie-details-tab { color: var(--main-color); }

.details-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid var(--app-bg-border);
}

.detail-row {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--app-bg-border);
}



.detail-label {
  flex: 0 0 160px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  opacity: .85;
}

.detail-value { flex: 1; }

.detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--app-bg-border);
  border-radius: 999px;
  line-height: 1;
}

.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}


/* screen reader helper if you don't already have one */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.chip, .cast-chip {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 999px;
    line-height: 1;
    gap: 8px;
    font-size: 14px;
	color: var(--main-color);
}

.chip a, .cast-chip a {
	color: var(--main-color);
}

@media (min-width: 768px) {
  .detail-label { flex-basis: 200px; }
}



@media screen and (max-width: 1300px) {
    
	
	
	.movie-main .layout_three_seven .content_block:first-child {
    width: 97%;
    margin: 1.5%;
}
	.movie-main .layout_three_seven .content_block:last-child {
    width: 97%;
    margin: 1.5%;
}
	
	.movie-main .layout_three_seven {
		flex-direction: column-reverse !important;
	}
	
	
	
	
	
	
	
}

@media screen and (max-width: 1150px) {
    
	
   .content .layout_three_seven .content_block:first-child, .content .layout_three_seven .content_block:last-child {
    width: 97%;
    margin: 1.5%;
}
	
	
	
	
}




@media screen and (max-width: 960px) {

	.featured-header-intro {
    min-height: 500px;
}
	
	
    .featured-header-intro #breadcrumbs {
        padding: 0;
    }
	
	.featured-header-intro #breadcrumbs p {
    line-height: 1;
}

	    .title-rating h1 {
        font-size: 3rem;
        line-height: 1.2;
			text-align: center;
    }
		.single .title-rating h1 {
    font-size: 2rem;
}
	
	.featured-header-intro h1, .featured-header-intro .title-rating {
    width: 100%;
    padding: 0 10px;
}
	
		.featured-header-intro .title-rating {
			text-align: center;
}
	.featured-header-intro .title-rating div {
		padding: 0;
		margin: 0;
        width: 100px;
}
	
	
		header {
    width: 98%;
    height: 60px;
    margin: 0 auto;
    border-radius: 13px;
    top: 10px;
}
	header .all-list-menu span {
    display: none;
}
	

	
	
	
}



@media screen and (max-width: 768px) {
	
	.single-post .movie-genres{
    flex-direction: column;
    text-align: left;
		width:97%;
}

	.featured-header-intro.comicbook-news-header, .featured-header-intro {
    height: auto;
}
    .featured-header-intro {
               min-height: 65vh;
    }

.tab-menu li {
    padding: 12px 18px 8px 18px !important;
    font-size: 14px;
}
	
	.gallerypu {
    height: auto;
}
	
	
    .featured-header-intro img {
        object-fit: cover;
        width: 260px;
        height: 350px;
        top: 80px;
    }
	
	.featured-header-intro.comicbook-news-header img {
        object-fit: cover;
        width: 90%;
        height: 250px;
        top: 80px;
    }

	
    .featured-header-intro .top-breadcrumb {
        top: 25px;
        padding: 10px;
        height: 30px;
        max-width: 320px;
    }
	
     #breadcrumbs {
        font-size: 10px;
    }
    .featured-header-intro #breadcrumbs {
        padding: 0;
        line-height: 1;
    }
	
	
	.detail-row {
    gap: 2px;
}
	
	.detail-label {
    flex: 0 0 115px;
}


}


/* ==========================================================================
   CMDB Featured Hero — Dashboard home page cinematic banner
   ========================================================================== */

.cmdb-featured-hero {
	position: relative;
	width: 100%;
	height: 65vh;
	min-height: 460px;
	max-height: 720px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}

/* Background image with subtle Ken Burns zoom */
.cmdb-featured-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
	transform: scale(1.04);
	transition: transform 8s ease;
	will-change: transform;
}

.cmdb-featured-hero:hover .cmdb-featured-hero__bg {
	transform: scale(1.09);
}

/* Multi-layer cinematic gradient overlay */
.cmdb-featured-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(
			90deg,
			rgba(18, 18, 22, 0.96) 0%,
			rgba(18, 18, 22, 0.82) 28%,
			rgba(18, 18, 22, 0.38) 54%,
			rgba(18, 18, 22, 0.00) 72%
		),
		linear-gradient(
			to top,
			rgba(18, 18, 22, 1.00) 0%,
			rgba(18, 18, 22, 0.65) 22%,
			rgba(18, 18, 22, 0.00) 55%
		),
		linear-gradient(
			to bottom,
			rgba(18, 18, 22, 0.55) 0%,
			rgba(18, 18, 22, 0.00) 18%
		);
}

/* Inner layout: content left, rating badge right */
.cmdb-featured-hero__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 0 40px 44px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

/* Content column */
.cmdb-featured-hero__body {
	flex: 1;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cmdb-fh-kicker {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.cmdb-fh-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: rgba(255, 255, 255, 0.45);
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.cmdb-fh-publisher {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--brand-color);
	padding: 3px 9px;
	border: 1px solid rgba(255, 0, 91, 0.35);
	border-radius: 4px;
	background: rgba(255, 0, 91, 0.09);
}

.cmdb-fh-title {
	font-size: clamp(1.9rem, 3.8vw, 3.2rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 0;
	letter-spacing: -0.022em;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.cmdb-fh-title a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.cmdb-fh-title a:hover {
	color: rgba(255, 255, 255, 0.85) !important;
}

.cmdb-fh-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.cmdb-fh-meta-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 4px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.cmdb-fh-meta-chip--outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.60);
	font-weight: 500;
}

.cmdb-fh-rating-chip {
	background: rgba(255, 0, 91, 0.13);
	color: #ff4d7d;
	border: 1px solid rgba(255, 0, 91, 0.28);
}

.cmdb-fh-rating-chip i {
	background: linear-gradient(90deg, #FF005B, #FF8A00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.cmdb-fh-synopsis {
	font-size: 14px;
	line-height: 1.68;
	color: rgba(255, 255, 255, 0.68);
	margin: 0;
	max-width: 500px;
}

.cmdb-fh-director {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
}

.cmdb-fh-director-label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.25);
}

.cmdb-fh-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.cmdb-fh-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.18s ease, box-shadow 0.18s ease;
	letter-spacing: 0.01em;
	border: none;
}

.cmdb-fh-btn--primary {
	background: var(--brand-color);
	color: #ffffff !important;
	box-shadow: 0 4px 20px rgba(255, 0, 91, 0.36);
}

.cmdb-fh-btn--primary:hover {
	background: #d9004d;
	transform: translateY(-2px);
	box-shadow: 0 7px 28px rgba(255, 0, 91, 0.55);
	color: #ffffff !important;
}

.cmdb-fh-btn--secondary {
	background: rgba(255, 255, 255, 0.11);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: #ffffff !important;
}

.cmdb-fh-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.20);
	transform: translateY(-2px);
	color: #ffffff !important;
}

.cmdb-fh-rating-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding-bottom: 6px;
}

.cmdb-fh-rating-badge .circle-container {
	width: 90px;
	height: 90px;
}

.cmdb-fh-rating-badge .rating-text {
	font-size: 28px;
	font-weight: 800;
}

.cmdb-fh-rating-label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 919px) {
	.cmdb-featured-hero {
		height: 72vw;
		min-height: 300px;
		max-height: 480px;
	}

	.cmdb-featured-hero__overlay {
		background:
			linear-gradient(
				to top,
				rgba(18, 18, 22, 1.00) 0%,
				rgba(18, 18, 22, 0.72) 30%,
				rgba(18, 18, 22, 0.12) 60%
			),
			linear-gradient(
				to bottom,
				rgba(18, 18, 22, 0.45) 0%,
				rgba(18, 18, 22, 0.00) 16%
			);
	}

	.cmdb-featured-hero__inner {
		padding: 0 16px 22px;
	}

	.cmdb-fh-rating-badge,
	.cmdb-fh-synopsis,
	.cmdb-fh-director {
		display: none;
	}

	.cmdb-fh-title {
		font-size: 1.55rem;
		letter-spacing: -0.015em;
	}

	.cmdb-fh-btn {
		padding: 10px 18px;
		font-size: 13px;
	}
}

@media (min-width: 1280px) {
	.cmdb-featured-hero {
		height: 62vh;
	}

	.cmdb-featured-hero__body {
		max-width: 640px;
	}
}


