diff --git a/src/components/gear/DailyDropGear.vue b/src/components/gear/DailyDropGear.vue
index 9602a66..6389216 100644
--- a/src/components/gear/DailyDropGear.vue
+++ b/src/components/gear/DailyDropGear.vue
@@ -21,9 +21,6 @@
-
-
-
@@ -61,11 +58,4 @@ const gears = computed(() => gearStore.dailyDropGear);
linear-gradient(180deg, rgba(2, 0, 36, 0.10) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 100%);
background-size: contain;
}
-
-.bg-daily-drop {
- background-image: url('@/assets/img/gesotown-daily-drop-bg.png');
- background-repeat: no-repeat;
- background-size: 420px 73px;
- background-position: center;
-}