.horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}

.horizontal-scroll .col {
    display: inline-block;
    float: none;
}

.g-2 .card {
	width: 100%;
}

@media (max-width: 900px) {
	.hd_pops {
		    width: 100%;
    top: 0 !important;
    left: 0 !important;
	}
	.hd_pops_con {
		    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
	}
}