* {
    --primary: #BC1B00;
	--primary-dark: #921605;
    --black: #292C31;
}

body,
.heading h3 {
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    letter-spacing: 0 !important;
}

h1,
.display-2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;

}

h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;

}

h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 44.8px;
}

h4,
.main-banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 39.2px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;

}

p {
    line-height: 28.8px;
    color: var(--black)
}

.body-lg,
.body-lg p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.2px;
}

a:hover, a:focus {
	color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-white,
.text-white * {
    color: #ffffff !important;
}

.text-center {
    text-align: center !important;
}

.text-black {
    color: var(--black) !important;
}

.fw-semibold{
    font-weight: 600;
}

.font-sans{
    font-family: sans-serif;
    margin-bottom: 40px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.w-100 {
    width: 100% !important;
}

.btn,
header .navbar li a,
.woocommerce div.product form.cart .button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    border-radius: 50px;
    line-height: 22.4px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: none;

}

.btn:hover,
.btn:focus,
header .navbar li a:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
	color: #ffffff !important;
	background-color: var(--primary-dark) !important;
}

header .navbar li a:hover{
	color: var(--primary);
}

.btn.btn-semi-rounded {
    border-radius: 6px;
}

.btn-primary,
.woocommerce div.product form.cart .button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    background-color: var(--primary);
}

.btn-outline-light {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn.btn-lg{
padding: 15.8px 20px;
}


.btn-sm {
    font-weight: 700;
    padding: 2px 10px;
}

.btn.btn-link,
.woocommerce ul.products li.product .button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--primary);
}

.btn.btn-link:hover,
.woocommerce ul.products li.product .button:hover {
	background-color: transparent !important;
/* 	color:#934a3e !important; */
	color: #000 !important;
}

.btn.btn-icon,
.papular-block .owl-next,
.papular-block .owl-prev{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 46px;
}

.papular-block .owl-next,
.papular-block .owl-prev{
	background-color: var(--black);
	color: #ffffff;
	border: 0;
	font-size: 24px;
}

.owl-next:hover,
.owl-prev:hover{
	background-color: var(--primary);
	border: 0 !important;
}

.papular-block .owl-stage-outer .item-img,
.woocommerce ul.products li.product a img{
	    max-height: 190px !important;
}

.papular-block .item-img{
	margin-bottom: 15px;
}

.btn.btn-icon.btn-icon-lg, .cart-contents {
    width: 54px;
    height: 54px;
    border-radius: 54px;
}


header .logo {
    margin-top: 0;
}

header .sticky {
    padding: 4px 0;
}

header .navbar li.active a:before,
header .navbar li a:before {
    display: none;
}

header .navbar li a {
    margin: 0;
}

.topbar {
    background-color: var(--primary);
	padding: 8px 0;
}

.topbar h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-top: 8px;
}

header {
    padding: 0;
}

header .sticky {
    background-color: var(--black);
}

.main-banner {
    background: var(--black) url(../images/banner-bg.jpg) top center no-repeat;
    background-size: cover !important;
	padding: 170px 0 !important;
}

.main-banner h1,
.main-banner p {
    color: #ffffff;
	margin-bottom: 8px;
}

.heading--has-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B6BAC0;

}

.heading--has-link h3 {
    border-bottom: 2px solid var(--primary);
	transform: translateY(1px);
}

.papular-block .item, .products .product {
    border: 1px solid #CED1D4;
    border-radius: 15px;
    padding: 8px !important;
}

.papular-block .item .item-img, .woocommerce ul.products li.product a img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    border: 1px solid #CED1D4;

}

.papular-block.product-list .item .item-img{
    height: 138px;
    border-radius: 5px;
}

.papular-block .item .item-img img {
    object-fit: cover;
	height: 100%;
}

.papular-block .item .btn, 
.woocommerce ul.products li.product .button{
    text-align: center;
    width: 100%;
}

.papular-block .item .item-name a,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
   text-transform: none;
    letter-spacing: 0;
	font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.papular-block .item .item-name p {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;

}

.avaibility-request {
    background-color: var(--black);
}

.product-overview {
    background-color: #ffffff;
    padding: 22px;
    border-radius: 10px;
}

.product-overview a{
	color: var(--primary);
	margin-bottom: 15px;
	display: inline-block;
}

.product-overview .media .media-body{
	width: 100%;
}

.media-heading{
	font-family: sans-serif;
}

.avaibility-content .text-black {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    object-fit: cover;
    height: 100%;
}

.product-overview .img-wrapper {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.item-counter-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.item-counter {
    border: 2px solid #CCC;
    border-radius: 24px;
    padding: 4px;
}

.btn-cart-num,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	background-color: #E9E1FF !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px !important;	
}

.btn-cart-num:hover,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{
	cursor: pointer;
	background-color: var(--primary);
	color: #ffffff;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
	padding: 3px;
}

.item-counter .input-group-addon,
.item-counter input {
    border: 0 !important;
    box-shadow: none;
	background:none !important;
}

.item-counter input {
    width: 50px !important;
    text-align: center;
}

.column-count-2 ul {
    column-count: 2;
}

.list-has-icon ul li::before {
    content: url(../images/icons/check.svg);
    margin-right: 5px;
}

.list-has-icon ul li::before {
    content: url(../images/icons/check.svg);
    margin-right: 5px;
}

.list-has-icon.icon-chevron ul li::before {
    content: url(../images/icons/chevron-right.svg);
    margin-right: 5px;
}

ul li {
    margin: 5px 0;
}

.our-mission {
    background: var(--black) url(../images/bg-mission.jpg) top center no-repeat;
    background-size: cover;
}

.our-mission h3 {
    font-family: sans-serif;
    border-radius: 18px;
    background: #51505099;
    backdrop-filter: blur(4px);
    color: #ffffff;
    padding: 30px;
	
	font-size:24px !important;
	font-weight:500 !important;
	line-height:35px;
}

.about-content {
    padding-left: 40px;
}

.about-content ul li a{
	display: flex;
}

@media (max-width: 768px) {
	.about ul {
		display: flex;
		align-content: space-around;
		flex-direction: column;
	}
}

.about li a img {
    margin-right: 10px;
	width: 20px;
    margin-bottom: 10px
}

.about-img {
    position: relative;
    text-align: right;
}

.about-img .about-2 {
    float: right;
}

.section-pad-lg {
    padding: 120px 0;
}

.section-pad-lg h2 {
    margin-bottom: 60px;
}

.section-pad-lg h2 {
    margin-bottom: 60px;
}

.new-arrival {
    background-color: var(--black);
}

.new-arrival .img-wrapper,
.arrival-block .overlay {
    max-height: 300px;
    border-radius: 10px;
}

.arrival-block,
.arrival-block .item {
    border: 0;
}

.arrival-block .item {
    width: 100%;
    overflow: visible;
    float: none !important;
}

.arrival-block .item-name {
    padding-top: 0;
    padding-bottom: 0;
    background: #000000;
    border-radius: 4px;
    padding: 7.5px;
    width: 95%;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -20px;
    position: absolute !important;

}

.arrival-block .item-name a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: 0;
}

.arrival-block .item-name a:hover {
    text-decoration: none !important;
}

.new-arrival .item-name-wrapper {
    padding: 0 15px;
}

.new-arrival .col-lg-3 {
    margin-bottom: 60px;
}

.contact {
    background: var(--black) url(../images/bg-contact.jpeg) top center no-repeat;
    background-size: cover;
}

#contact_form {
    background-color: #090909A6;
    padding: 34px;
    border-radius: 20px;
}

.contact-form label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-transform: none;
    margin-bottom: 6px;
    position: relative;
}

.contact-form label img {
    position: absolute;
    top: 46px;
    left: 10px;
}

#contact_form li .form-control,
.woof_container .woof_container_inner input[type="search"],
.woocommerce .quantity .qty,
.variations-table tr td input{
    border-radius: 6px;
    border: 1px solid #616975;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    height: 53px;
    padding: 10px;
    margin-top: 4px;
}

.woocommerce .quantity .qty{
	width: 100px;
	margin-right: 15px;
}

.btn-primary, .woocommerce div.product form.cart .button {
	margin-top: 7px;
}

.woof_container .woof_container_inner input[type="search"]{
	padding: 12px;
}

.woof_container_inner h4 {
    font-size: 20px;
    font-family: sans-serif;
}

#contact_form #btn_submit {
    max-width: 383px;
    text-transform: none;
    margin: 0 auto;
}

input::-webkit-input-placeholder {
    color: #616975 !important;
}

input:-moz-placeholder {
    color: #616975 !important;
    opacity: 1;
}

input::-moz-placeholder {
    color: #616975 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #616975 !important;
}

.find-us {
    position: relative;
}

.find-us li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.find-us li img {
    margin-right: 8px;
}

.location-map {
    z-index: 1;
}

.find-us .container .d-flex {
    height: 100%;
}

footer {
    background-color: var(--black);
	margin-top: -5px;
		padding-top: 60px;
    padding-bottom: 0;
}

footer ul {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}

footer .link li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
    padding: 5px 10px;
}

footer .link li a:hover {
    color: var(--primary);
}

footer .link li a::after {
    // content: "|";
    padding-left: 15px;
}

footer .social {
    margin-top: 30px;
}

footer .social li:nth-child(2) {
    margin: 0 10px;
}

.rights {
    background-color: var(--primary);
	margin-top:50px;
}

.rights .container {
    position: relative;
}

.rights p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 27px;

}

.rights .scroll {
    position: absolute;
    top: 12px;
    right: -60px;
}

.rights .btn-icon {
    border: 2px solid #ffffff;
}

.breadcrumb{
    padding: 8px 0;
    background-color: transparent;
}

.breadcrumb li, .breadcrumb li a{
font-size: 18px;
font-weight: 600;
line-height: 25.2px;
}

.breadcrumb li.active{
    color: var(--primary);
}

.breadcrumb>li+li:before{
    content: '>';
    color: #58606A;

}

.shop-sidebar{
    background-color: #EEEEEE;
    border-radius: 10px;
    padding-top: 22px;
    margin-bottom: 60px;
}

.shop-sidebar .fw-semibold{
    background-color: var(--black);
    color: #ffffff;
    padding: 10px;
    width: 100%;
    display: block;
}

.shop-cate a::before{
    display: none;
}

.shop-sidebar ul li{
    display: flex;
    align-items: center;
}

.shop-sidebar ul li a{
font-size: 16px;
font-weight: 400;
line-height: 28.8px;
padding: 7.5px 5px;
border: 0;
}

.shop-cate a:hover,
.shop-cate li.active a{
    color: var(--primary);
}

.has-overlay::after{
	content:'';
	background-color: rgba(0,0,0,0.6);
	height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
	left: 0;
}

.overlay-content{
	position: relative;
	z-index: 1;
}

.user-basket{
	display: none !important;
}

.cart-contents{
	background-color: var(--primary);
	margin-top: -3px !important;
}

.cart-contents i{
	font-size: 24px;
    transform: translate(-5px, 3px);
}

.cart-contents-count{
	position: relative;
    top: -40px;
    right: -14px;
    background: #ffffff;
    padding: 0px 7px;
    border-radius: 40px;
    color: var(--primary);
}

.user-acc {
	    margin: 0 5px !important;;
}

.heading {
	margin-bottom: 50px;
}

.about-img img {
	border-radius: 20px;
}

.about-content .btn{
	margin-top: 30px;
}

/*
ul.woof_list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

ul.woof_list li label{
	margin-bottom: 0;
	font-weight: 500;
}

.woof_childs_list_opener{
	margin-left: auto !important;
}

.sub-bnr{
	min-height: 100px !important;
}
*/
.contact-info{
	background-color: #fff;
    border-radius: 12px;
    border: 0;
}

.contact-info h6{
	font-size: 16px;
	font-weight: 600;
	font-family: sans-serif;
}

.contact-info li {
    font-size: 14px;
    line-height: 20px;
}

.contact-info li i {
    top: -4px;
}

#map{
	height: auto;
}

#contact_form ul li:last-of-type{
	text-align: center;
}

.sub-bnr p{
	font-family: sans-serif;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	border: 1px solid #CED1D4;
	border-radius: 15px;
	overflow: hidden;
}

.variations-table{
	margin: 30px 0;
	width: 100%;
}

.variations-table tr td input{
	width: 74px;
	height: 20px;
}

.variations-table tr:nth-child(odd) {
  background-color: #f2f2f2; /* Light gray for odd rows */
}

.variations-table tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

.variations-table button{
	background-color: var(--primary) !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.variations-table tr th,
.variations-table tr td{
	padding: 5px;
}

.product_meta{
	margin-top: 10px;
    display: grid;
}

.product_meta span{
	margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
}

.product_meta span a{
	font-weight: 600;
}

.orderby{
	padding: 5px 10px;
    border: 1px solid #ced1d4;
    border-radius: 6px;
}

.woocommerce .woocommerce-ordering{
	margin-bottom: 30px;
}

.woof_block_html_items ul{
	margin-left: 10px !important;
	width: 100%;
}

.woof_reset_search_form,
.woof_reset_button_2{
	padding: 10px 20px;
    border: 0;
    border-radius: 6px;
}

.woof_reset_search_form:hover,
.woof_reset_button_2:hover{
	background-color: var(--black);
	color: #ffffff;
}

.woof_reset_search_form{
	margin-top: 20px;
}

.woof_products_top_panel_ul{
	display: flex;
	align-items: center;
}

.woof_products_top_panel_ul li ul li{
	color: #999999;
}

header .navbar li.current_page_item a {
    color: var(--primary);
}

.products.columns-4{
	display: flex;
    flex-wrap: wrap;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    text-align: center;
    display: block;
    background: #efefef;
    padding: 5px 10px;
    border-radius: 4px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	border: 0;
}

.wc-block-components-validation-error span{
	color: var(--primary);
}

.wc-block-components-validation-error svg path{
	fill: var(--primary);
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 18px !important;
}
/*------------------------------------*
 * --------RESPONSIVENESS ------------*
 * ----------------------------------*/

@media screen and (min-width: 1200px){
	.iso-image {
		text-align: right;
		margin-top: 65px;
	}
	
	.about-img .about-2 {
    	margin-top: -110px;
    	float: left;
	}
}

@media screen and (max-width: 1200px){
	header .navbar li a {
	    padding: 11.3px 5px;
	}
	
	.main-banner, .section-pad-lg{
		padding: 80px 0 !important;
	}
	
	.product-overview{
		margin-bottom: 30px;
	}
	
	.section-pad-lg h2{
		margin-bottom: 40px;
	}
	
	.endorsement-content, .about-img{
		margin-bottom: 40px;
	}
	
	.about-img{
		text-align: center;
	}
}

@media screen and (min-width: 990px) {
    .find-us .container {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
    }
	
	.location-map{
		padding-right: 0;
	}
}

@media screen and (max-width: 990px){
	header .navbar-collapse{
		margin-right: 0;
	}
	
	.our-mission h3{
		font-size: 28px !important;
	    line-height: 40px;
	}
	
	.about-img .about-2{
		float: none;
		margin-top: 10px;
	}
	
	.find-us{
		padding-bottom: 60px;
	}
	
	.rights .scroll{
		right: 0;
	}
	
	.about-footer{
		text-align: center;
    	margin-bottom: 20px;
	}
	
	.rights{
		margin-top: 30px;
	}
	
	.contact-info{
		margin-top:30px;
	}
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        margin-top: 18px;
    }
	
	 .navbar-right {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
		position: static;
		margin-top: 0;
	}
	.navbar-header{
		position: absolute;
		top: 70px;
		right: 0;
		padding: 10px 15px;
	}
	
	.navbar-toggle .icon-bar {
        border: 1px solid rgba(255, 255, 255, 0.1);
		color: #ffffff;
	}
	
	.nav-right {
        right: 75px;
        top: 72px;
	}
	
	.navbar .nav li:last-of-type{
		position: relative;
        top: auto;
        right: -90%;
        display: inline-block;
        width: 55px;
        text-align: center;
        bottom: 30px;
	}
	
	h1, .display-2{
		font-size: 42px;
    	line-height: 56px;
	}
	
	.our-mission h3 {
        font-size: 20px !important;
        line-height: 34px;
    }
	
	.woocommerce ul.products[class*=columns-] li.product{
		        margin: 0 1% 5% 1%;
	}
}

@media (max-width: 540px) {
    header .logo {
        width: inherit;
    }
	
	.nav-right {
        right: 75px;
        top: 72px;
        left: auto;
    }
	
	.navbar-toggle {
        top: -75px;
    }
	
	.navbar .nav li:last-of-type{
		right: -85%;
	}
	
	h4, .main-banner p{
		    font-size: 20px;
    		line-height: 32px;
	}
	
	.product-overview .media{
		    display: flex;
		    flex-direction: column;
	}
	
	.product-overview .media .media-left{
		margin-bottom: 30px;
	}
	
	.product-overview .img-wrapper{
		border-radius: 12px;
	}
	
	.product-overview .img-wrapper img{
		width: 100%;
	}
	
	h2{
		font-size: 32px;
    	line-height: 44px;
	}
	
	h3 {
    	font-size: 28px !important;
    	line-height: 36px;
	}
	
	.topbar h1 {
    	font-size: 14px;
	}
	
	h1, .display-2 {
        font-size: 38px;
        line-height: 48px;
    }
	
	.rights p {
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		padding: 15px;
	}
}
.home-cart-button {
	width: 250px;
    background: black;
    border-radius: 24px;
    font-weight: normal;
}
.woocommerce div.product div.images {
	width: 30% !important;
}

.woocommerce div.product div.summary {
	width: 68% !important;
}
.woocommerce div.product div.images img {
	padding:10px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	background: none !important;
}
.wc-block-components-quantity-selector {
	border-radius: 25px !important; 
	border: 1px solid #CCC !important;
}
.woof_text_search_container .woof_text_search_go {
	top: 15px !important;
	right: 10px !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	width:100% !important;
}
.wc-block-cart-item__image {
	width:250px;
}
.wc-block-cart-items__header-image {
	font-size:30px;
}
.woof_reset_button_2 {
	line-height: normal;
}
.woof_container .woof_container_inner input[type="search"] {
	height:40px !important;
}
.woof_husky_txt-cross {
	color: red !important;
	right: -30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	outline:none !important;
	outline-offset: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	height:235px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background-color: #EFEFEF !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	height: 35px;
	line-height: 1.5 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	width: 35px; 
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0px;
}
.woocommerce-loop-category__title {
	line-height:25px !important;
}
.woocommerce .products {
/*     display: flex;
    flex-wrap: wrap; */
}
.woocommerce-loop-category__title mark {
	background-color: inherit !important;
}

/* thumbnail size of varation */
.wsv_product_info .wsv_prod_thumbnail, .wsv_prod_thumbnail img { width: auto !important;}
table#wsv_products_table input, #wsv_products_table_filter input {
	border: 1px solid var(--primary);
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 70px !important;
    height: auto; /* maintain aspect ratio */
  }
}