
						.gift-guide-card {
	text-decoration: none;
	
	& img {
		object-fit: cover;
		aspect-ratio: 16/9;
	}
}

@media screen and (min-width: 1200px) {
	  html .cms-cover-image::before {
		background: unset;
	  }
	
	.category-image.cms-cover-image {
        background-image:url(https://www.bobswatches.com/gift-guide/images/Hero-Gift-Guides.jpg);
    	background-color:var(--color-black);
		min-height: 270px;
		margin-top: 0;
		background-position: center;
	}
	
}

@media screen and (max-width: 1199px) {
	
    .category-image--gift-guides {
        display: none !important;
        
    }

    .category-title {
        padding-top: 0;
    }
	
	.fw-banner-container .fw-banner-content {
		margin-top: 67vw;
	}
}

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