.my-img-slide{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.nav-fixed{
    position: fixed;
    display:block;
    z-index: 100;
    top: 1%;
    left: 3%;
    right: 7%;
   
}

 a.sidebar-menu {
    height: 30px!important;
    width: 30px!important;
    background-image: url(../images/menu.svg);
    margin:10px;
    background-color: transparent;
    cursor:pointer;
    background-repeat: no-repeat;
    box-shadow: 0px 10px -14px 14px #FFF;
}

.logo-container{
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    

}

.logo-container img {
    width: 150px;
   border-radius: 5px;
    margin: 5px;
}	


.slider-text-container{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

@media only screen and (max-device-width: 480px) {
  
  
}

.premium-fancy-text{
    line-height: 10px;
}


.ticker{
    /*white-space: nowrap;*/
    /**/


    /*animation: gerak 40s -40s linear infinite;*/
    
    

}

@keyframes gerak {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
