﻿
/*#region Home Page*/
.spidImage {
    display:block;
    width:5%;
}
.autosound-special-flex {
    display:flex;
    
}

/*#endregion*/

/*#region Home Page Banners*/

.cool-button {
    position: fixed;
    z-index: 30;
    display:none;
    width:100px;
    height:50px;
    background-color: navy;
    color:white;
}
.cool-button:hover {
    background-color: #00CC00;
    color:darkred;
}


/*#endregion */