.ship-image-with-text-section .play-button-overlay {
    transition: opacity 0.3s ease;
}

.ship-image-with-text-section .play-button {
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fab813;
    backdrop-filter: blur(2px);
    padding: 0.75rem;
    color: #000;
    z-index: 20;
    transition: all 0.3s ease;
}

.ship-image-with-text-section .play-button:hover {
    background-color: #000;
    color: #fff;
}
