/*
	Theme Name: Bella Banana for Genesis
	Theme URI: https://www.sheshoppes.com/demo/bellabanana
	Description: Bella Banana for the Genesis Framework.
	Text Domain: bellabanana
	Author: SheShoppes
	Author URI: https://www.sheshoppes.com/
	Version: 2.2.2
	
	Template: genesis
	Template Version: 3.3.3
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

*, html, body, ol, ul, li, h1 {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-left: 40px;
}

.menu, .slicknav_nav, .sub-menu, .widget ul, .widget ol, ol.comment-list, .pagination ul, .social-mobile {
	margin-left: auto;
	list-style: none;
}

html, body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video,
iframe {
	display: inline-block;
	max-width: 100%;
}

.clear, .clearfix {
	clear: both;
}

.none,
.hide,
.screen-reader-text {
	display: none;
}

.hidden {
	visibility: hidden;
}

.fixed {
	position: fixed;
}

img {
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	border: 0;
}

a:hover img {
	opacity: 0.7;
}

a:hover.pin_image img {
	opacity: 1;
}

/* Colors */

a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #FFBCAF;
	transition: color 0.3s ease;
}

body,
h1#logo a,
.social-share a,
.menu-primary a,
.menu-secondary a,
.menu-secondary a:hover,
.slicknav_menu ul a,
.entry-nav a,
.related-posts h3 a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.pagination a,
.latest-post-thumb h4 a,
.pagetitle a,
.initial a,
.featured-content h4 a,
.promo-boxes a h4,
.widget_codingbananas_socialbutton_widget a,
.slider-2 .thumbcaption a,
.slider-3 .thumbcaption a,
.moreaboutme {
	color: #343434;
}

.social-share a:hover,
.entry-nav a:hover,
.related-posts h3 a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.pagination a:hover,
.latest-post-thumb h4 a:hover,
.pagetitle a:hover,
.initial a:hover,
.featured-content h4 a:hover,
.widget_codingbananas_socialbutton_widget a:hover {
	color: #FFBCAF;
	transition: color 0.3s ease;
}

.site-footer a {
	color: #FFF;
}

/* Typography */

body,
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.pagetitle,
.entry-title,
.style-list h2,
.style-grid h2,
.prevnextpage a,
.storycontent h1,
.storycontent h2,
.storycontent h3,
.storycontent h4,
.storycontent h5,
.storycontent h6,
.entry-nav span,
.latest-post-thumb .listing-meta,
.featured-content p,
.pagination a,
.read-more em,
.thumbcaption em,
#comments h3,
#featured-slideshow h3,
.promo-boxes h4,
h3.widget-title,
h3#reply-title,
h1#logo,
h1.archive-title,
span.the-category,
blockquote,
.tagged,
.comment-notes,
.logged-in-as {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
}

.storycontent strong,
.storycontent b,
.slider-2 .thumbcaption a,
.slider-3 .thumbcaption a,
.moreaboutme {
	font-weight: 600;
}

p, h2, h3, h4, h5, h6,
.storycontent,
.alignnone,
.aligncenter,
.alignleft,
.alignright,
hr {
	margin: 2em 0;
}

/* Wraps */

.site-header,
.site-inner,
.wrapnav,
.wrapcontent {
	clear: both;
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}
.site-inner {
 	word-wrap: break-word;
}

/* Layout */

body {
	font-size: 10.5pt;
	letter-spacing: 0.025em;
	line-height: 175%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFF;
}
.content {
	clear: both;
    width: 68%;
	float: left;
	margin-right: 4%;
}
body.sidebar-content .content {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}
.sidebar-primary {
	width: 28%;
	padding: 10px 0;
	font-size: 96%;
	line-height: 170%;
	float: right;
}
body.sidebar-content .sidebar-primary {
	float: left;
}
body.full-width-content .content {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0;
}

/* Colors */

#primarymenu,
.menu-primary ul,
.menu-secondary ul,
.slicknav_menu,
.frameaboutme h3,
.sidebar-primary .featured-content .entry-header,
.enews-widget,
.widget_mc4wp_form_widget,
.jetpack_subscription_widget,
.search-nav .search-div {
	background-color: #FBF1EF;
}
.menu-primary ul a:hover,
.menu-secondary ul a:hover,
.slicknav_menu a:hover {
	background-color: #FCF8F7;
	transition: background-color 0.3s ease;
}
.widget_search input[type=search] {
    border-color: #CACACA;
}
hr, .divpost {
	background-color: #CACACA;
}
.read-more a,
input[type=submit],
button,
.slider-1 .thumbcaption a,
p.more-from-category a,
.action-button a,
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:visited {
	background-color: #303030;
	color: #FFF;
	transition: background-color 0.3s ease;
	border-radius: 0!important;
}
.read-more a:hover,
input:hover[type=submit],
button:hover,
.slider-1 .thumbcaption a:hover,
p.more-from-category a:hover,
.action-button a:hover,
.pagination ul li a:hover,
.wp-block-button .wp-block-button__link:hover {
	background-color: #FBF1EF;
	color: #303030;
	transition: background-color 0.3s ease;
}
.site-footer, .site-footer a:hover {
	background-color: #303030;
	color: #E4E4E4;
}

/* Logo */

.title-area {
	padding-top: 10px;
}
h1#logo {
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 40pt;
	letter-spacing: 0.2em;
	line-height: 120%;
}
h1#logo img {
	margin: 0 auto;
	display: inline-block;
}
h1#logo a:hover img {
	opacity: 1;
}
h1 .tagline {
	text-transform: initial;
	letter-spacing: initial;
	font-size: initial;
	line-height: initial;
	display: block;
	margin-top: 10px;
}

/* Navigation */

.menu-primary {
	position: relative;
}
.menu-primary, .menu-secondary, .slicknav_menu ul a {
	font-size: 0.85em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	text-align: center;
}
.menu-primary li, .menu-secondary li {
	display: inline-block;
	margin: 0 20px;
}
.menu-primary li a, .menu-secondary li a {
	display: inline-block;
	padding: 15px 0;
}

/* Navigation Search */

.social-profiles span.search-nav {
	display: none;
}
.menu-primary .social-profiles span.search-nav {
	display: inline-block;
	position: relative;
}
.search-nav .search-div {
	display: none;
	position: absolute;
	right: 30px;
	top: 0;
	padding: 10px 0 10px 40px;
}
.search-nav i {
	cursor: pointer;
}
.search-mobile-div {
	padding: 15px 0 20px 0;
}
.search-mobile-div input[type=search] {
	width: 92%;
	margin: 0 4%;
}
.search-nav .search-form input[type=submit],
.search-mobile-div input[type=submit],
.slicknav_menu .search-nav,
.social-mobile,
#mobile-search {
	display: none;
}

/* Posts */

body.genesis-title-hidden h2.pagetitle {
	display: none;
}
.page-title,
h2.pagetitle,
h1.entry-title,
h3#reply-title,
#comments h3 {
	text-align: center;
	background: url(images/div.gif) no-repeat 50% 100%;
	margin-top: 0;
	padding: 15px 0;
}
.page-title h2.pagetitle,
.page-title h1.entry-title {
	margin: 0;
}
.page-title h2.pagetitle,
.storycontent h2.pagetitle,
.page-title h1.entry-title,
.storycontent h1.entry-title {
	padding: 0;
	background: none;
	line-height: 135%;
}
span.date {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.85em;
	display: inline;
}
span.the-category {
	font-style: italic;
	text-transform: lowercase;
	font-size: 0.95em;
	display: inline;
}
h2.pagetitle,
h1.entry-title,
h1.archive-title,
h3#reply-title,
#comments h3 {
	font-size: 1.5em;
	text-align: center;
}
h1.archive-title {
	margin: 25px 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.storycontent h1 {
	font-size: 1.7em;
}
.storycontent h2 {
	font-size: 1.5em;
}
.storycontent h3 {
	font-size: 1.3em;
}
.storycontent h4 {
	font-size: 1.2em;
}
.storycontent h5 {
	font-size: 1em;
	text-transform: uppercase;
}
.storycontent h6 {
	font-size: 0.9em;
}
.storycontent {
	margin-bottom: 25px;
}
.divpost {
	margin: 25px 0;
	display: block;
	height: 1px;
}
.read-more, .comments-more {
	font-size: 0.85em;
	letter-spacing: 0.05em;
	line-height: 100%;
}
.read-more a,
.featured-content p.more-from-category a,
.action-button a {
	padding: 10px 20px;
	display: inline-block;
}
.read-more a {
	margin: 0 auto;
}
.read-more {
	width: 30%;
	float: left;
	text-align: center;
}
.nosocial {
	text-align: left;
}
.comments-more {
	text-transform: uppercase;
	width: 35%;
	float: right;
	text-align: right;
	padding: 10px 0;
}
.social-share {
	width: 35%;
	float: left;
	line-height: 100%;
	padding: 10px 0;
	font-size: 13px;
}
.social-share a {
	margin: 0 8px 0 0;
}
.prevnextpage {
	text-align: center;
}
blockquote {
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	font-style: italic;
	font-size: 1.1em;
}
.tagged,
.comment-notes,
.logged-in-as {
	font-style: italic;
}

/* Images */

.alignnone, .aligncenter, .alignleft, .alignright {
	max-width: 100%;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
p.wp-caption-text {
	margin: 0;
	text-align: center;
	font-size: 92%;
	opacity: 0.8;
}
.featured {
	width: 100%;
	height: auto;
	position: relative;
}
.featured-thumbnail-full {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	display: block;
}
.no-thumb {
	background-color: #F2F2F2;
}

/* Content Style */

.featured-thumbnail-full .aligncenter {
	margin: 1em auto;
}
.style-excerpt, .style-full {
	margin-bottom: 1em;
}

/* Content Style List */

.style-list {
	margin: 1em 0;
	font-size: 96%;
	line-height: 170%;
}
.style-list .featured-thumbnail {
	float: left;
	width: 40%;
	overflow: hidden;
	position: relative;
}
.style-list .featured-thumbnail-full-width {
	max-height: 200px;
	padding: 0;
}
.style-list .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: 1em 0;
}
.style-list .featured-thumbnail-inner {
	width: 90%;
	margin-right: 10%;
}
.style-list h2 {
	text-align: left;
	margin: 0.5em 0 0.25em 0;
}
.style-list .storycontent {
	float: left;
	width: 60%;
	margin: 0;
}
.style-list .storycontent-full-width {
	width: 100%;
	float: none;
}
.style-list .read-more {
	float: none;
	text-align: left;
	width: 100%;
}
.style-list span.date {
	display: inline;
}
.style-list span.the-category {
	width: auto;
	display: inline;
	text-align: left;
}

/* Content Style Grid */

.style-grid {
	width: 46%;
	float: left;
	margin-top: 1em;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 8%;
	padding: 0 0 47px 0;
	display: block;
	text-align: center;
	font-size: 96%;
	line-height: 170%;
	position: relative;
}
.style-grid .page-title {
	padding-top: 0;
}
.two-row {
	width: 46%;
	margin-right: 8%;
}
.three-row {
	width: 32%;
	margin-right: 2%;
}
.four-row {
	width: 23%;
	margin-right: 2%;
}
.last-in-row {
	margin-right: 0;
}
.style-grid .featured-thumbnail-full-width {
	padding: 0;
}
.style-grid .featured-thumbnail {
	margin: 1.5em 0;
}
.style-grid .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.style-grid h2 {
	margin: 0.5em 0 0.25em 0;
	height: 30px;
	overflow-y: hidden;
}
.style-grid .gridmetawrap {
	height: 20px;
	overflow-y: hidden;
}
.style-grid span.date {
	display: inline;
}
.style-grid span.the-category {
	width: auto;
	display: inline;
}
.style-grid .storycontent {
	margin: 1em 0;
}
.style-grid .read-more {
	width: 100%;
	float: none;
	margin: 1em 0;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.grid-row {
	margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}
.grid-row .style-grid {
	float: none;
}
.grid-row div.style-grid:last-child {
	margin-right: 0;
}
.grid-row:after {
	content: "";
	display: table;
	clear: both;
}

/* Columns */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.three-fourths,
.three-sixths,
.three-fifths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.ss-col-widget {
	margin-left: 0;
	margin-right: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-fifth {
	width: 17.9487179487%;
}
.two-fifths {
	width: 38.4615384615%;
}
.three-fifths {
	width: 58.9743589744%;
}
.four-fifths {
	width: 79.4871794872%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.promo-boxes .one-third {
	width: 32%;
	margin-left: 2%;
}
.promo-boxes .one-fourth {
	width: 24%;
	margin-left: 1.3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.ss-col-widget.last {
	margin-right: 0;
}
.promo-boxes .first {
	margin-left: 0;
}

/* Sidebar */

h3.widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 0;
}
.sidebar-primary .widget {
	margin: 0 0 40px 0;
}
hr { 
    display: block;
    height: 1px;
    border-width: 0;
}

/* Slider */

#featured-slideshow {
	position: relative;
	margin: 1.5em auto;
}
.promo-boxes .one-third,
.promo-boxes .one-fourth {
	position: relative;
	text-align: center;
}
.promo-boxes img {
	display: block;
}
.promo-boxes h4 {
	z-index: 3;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color 0.3s ease;
	padding: 15px 5%;
	margin: 0;
	width: 85%;
	max-width: 400px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.promo-boxes a:hover h4 {
	background-color: rgba(255, 255, 255, 1);
	color: initial;
}

/* Pagination */

.pagination {
	text-align: center;
	margin: 1em 0;
	font-size: 0.86em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pagination ul li {
	display: inline;
	margin-right: 1px;
}
.pagination ul li a {
	display: inline-block;
	padding: 8px 10px;
	line-height: 1em;
}
 
/* Footer */

.footer-widgets {
	padding: 20px 0;
}
.site-footer {
	clear: both;
	font-size: xx-small;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}
.site-footer p,
.site-footer h3 {
	margin: 0;
}
.creds,
#footer-menu li {
	margin: 0 10px;
}
@media screen and (min-width: 860px) {
	.site-footer .wrap,
	#footer-menu {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
}

@media screen and (max-width: 1280px) {
	.site-header,
	.menu-primary,
	.wrapcontent,
	.site-inner {
		width: 94%;
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	} 
	.site-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.menu-primary, .menu-secondary {
		display: none;
	}
	.site-container {
		padding-top: 42px;
	}
	.content, body.sidebar-content .content {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar-primary, body.sidebar-content .sidebar-primary {
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.five-sixths,
	.four-sixths,
	.one-sixth,
	.three-sixths,
	.two-sixths {
		float: none;
		margin: 1em 0;
		width: 100%;
	}
	.promo-boxes .one-fourth {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	.promo-boxes .first,
	.promo-boxes .third {
		margin-left: 0;
	}
	.site-footer {
		font-size: 10px;
	}
}
@media screen and (max-width: 640px) {
	h1#logo {
		font-size: 25pt;
	}
	h1#logo img {
		max-width: 75%;
	}
	.alignleft, .alignright {
		float: none;
		margin: 1em auto;
		display: block;
		text-align: center;
	}
	input[type=text], input[type=email], input[type=url], textarea {
		width: 90%;
		max-width: 90%;
	}
	.style-list .featured-thumbnail {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.style-list .featured-thumbnail-full-width {
		max-height: none;
	}
	.style-list .featured-thumbnail-inner {
		width: 100%;
		margin-right: 0;
	}
	.style-list .storycontent, .read-more, .comments-more, .social-share, .tagged {
		width: 100%;
		float: none;
	}
	.style-list,
	.style-list h2,
	.style-list .read-more {
		text-align: center;
	}
	.style-list p {
		text-align: left;
	}
	.read-more, .comments-more, .social-share {
		text-align: center;
		margin: 0.5em 0;
	}
	.grid-row {
		margin-top: 0;
		margin-bottom: 0;
		display: initial;
	}
	.grid-row div.style-grid:last-child {
		margin-right: auto;
	}
	.style-grid, .two-row, .three-row {
		width: 100%;
		float: none;
		margin: 2em 0;
	}
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.three-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.two-fifths,
	.promo-boxes .one-third,
	.promo-boxes .one-fourth {
		float: none;
		margin: 1em auto;
		width: 100%;
	}
}

/* Gutenberg Blocks */

.storycontent .wp-block-gallery,
.storycontent .wp-block-gallery li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.blocks-gallery-grid {
	margin: 0!important;
}
.wp-block-gallery {
	max-width: 100%;
	margin: 15px 0;
}
.wp-block-gallery.alignwide {
	width: 100%;
}
.wp-block-gallery.aligncenter {
	margin: 15px auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 10px 0!important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	color: #000!important;
	background: rgba(255,255,255,0.5)!important;
}
figcaption.blocks-gallery-caption {
	margin: 0 auto!important;
}
.wp-block-video video {
	width: 100%;
}
a.pinit-button,
.wp-block-gallery a.pinit-button {
	width: initial!important;
	height: initial!important;
}
.wp-block-table {
	width: 100%;
    min-width: 240px;
    border-collapse: collapse;
    margin: 20px auto;
}
.wp-block-table th,
.wp-block-table td {
	padding: .5em;
	border: solid 1px #767676;
    word-break: break-all;
}
.wp-block-table.is-style-stripes td {
	box-sizing: border-box;
	padding: 10px 15px;
}
.wp-block-table.is-style-regular td {
	box-sizing: border-box;
	padding: 10px 15px;
}
blockquote.wp-block-quote cite {
	font-family: initial;
	font-style: initial;
	font-size: 80%;
}
blockquote.wp-block-quote p {
	margin: 10px 0 5px 0;
}
pre {
	overflow: auto;
}
.wp-block-code {
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
	box-sizing: border-box;
}
.wp-block-button__link {
	border-radius: 10px!important;
}
@media (min-width: 780px) {
	.wp-block-column:not(:last-child) {
    	margin-right: 10px;
	}
	.wp-block-column:not(:first-child),
	.wp-block-column:nth-child(2n) {
    	margin-left: 10px;
	}
}
@media (max-width: 782px) {
	.wp-block-columns.has-2-columns .wp-block-column:not(:last-child) {
    	margin-right: 1%;
	}
	.wp-block-columns.has-2-columns .wp-block-column:not(:first-child),
	.wp-block-columns.has-2-columns .wp-block-column:nth-child(2n) {
    	margin-left: 1%;
	}
	.wp-block-columns.has-2-columns .wp-block-column {
		flex-basis: 48%;
	}
}
@media (max-width: 682px) {
	.wp-block-columns.has-2-columns .wp-block-column:not(:last-child),
	.wp-block-columns.has-2-columns .wp-block-column:not(:first-child),
	.wp-block-columns.has-2-columns .wp-block-column:nth-child(2n) {
		padding: 0;
		margin: 0 auto;
	}
	.wp-block-columns.has-2-columns .wp-block-column {
		flex-basis: 100%;
	}
}
body.full-width-content .storycontent .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    width: 100vw;
}
body.full-width-content .alignfull img {
    width: 100vw;
}