.bullets.simplebullets {
    bottom: 10px;
    top: 50% !important;
    right: 25px !important;
    left: inherit !important;
}
.leftarrow.large.round, .rightarrow.large.round{display:none !important;}
.bullets.simplebullets.round .bullet {
    width: 14px !important;
    height: 14px !important;
    background: none !important;
    border: 2px solid rgba(255,255,255,0.6);
    display: block  !important;
    margin-bottom: 25px  !important;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bullets.simplebullets.round .bullet:hover{
    border: 3px solid rgba(255,255,255,1) !important;
}
.bullets.simplebullets.round .bullet.selected{
       border: 3px solid rgba(255,255,255,1) !important;
}

@media screen  and (min-width:768px)    {
.ContentBannerText{color: #FFF;font-size: 5em;width: calc(100% - 200px);/* padding-left: 15px; */text-align: center;}
.contentBanner {
    width: 100% !important;
    height: calc(100% - 100px) !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-end;
    line-height: 45px  !important;
    top: 0px !important;
    z-index:99999;
    white-space: pre-wrap !important;
    justify-content: center;
}
.slotholder:after {
    background: rgba(0,0,222,0.67);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
 
}

 .BannerTopContent {
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100%;  
}

 
}
@media screen  and (max-width:767px) {
.slotholder:after {
    background: rgba(0,0,222,0.67);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
 
}
.BannerTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 400px;
}	
}

 @media only screen and (max-width: 479px) and (min-width: 0px){
.responsive .bullets {
    display: block !important;
    right: 10px !important;
}
 
}
 @media only screen and (max-width: 767px) {
.ContentBannerText{color: #FFF;font-size: 20px;width: calc(100% - 30px);/* padding-left: 15px; */text-align: center;}
.contentBanner {
    width: 100% !important;
    height: calc(100% - 30px)!important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-end;
    line-height: 25px !important;
    top: 0px !important;
    margin-bottom: 10vh !important;
    z-index:99999;
    white-space: pre-wrap !important;
    justify-content: center;
}
 
