/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


html, body
{
    width: 100vw !important;
    overflow-x: hidden;
}

html
{
    scroll-behavior: smooth;
}

@media (max-aspect-ratio: 3/2) 
{
    .show-mobile
    {
        display: none !important;
    }

    #div-float-card
    {
        right: 1rem !important;
        left: 1rem;
    }
}

