strong{
    font-family: 'HelveticaBold';
}

#dDude, #dDude2, #dDude3, #dDude4, #dDude5, #dDude6{
    margin-left: -2vw;
}

.lottie1{
    position: absolute;
    /*top:0; */
    bottom: 0; 
    left: 0; right: 0;
    margin: auto;
    z-index: 0;
}

.wrap-port{
    position: relative;
}

.vid{
    position: absolute;
    /*top:0; */
    bottom: 0; 
    left: 0; 
    right: 0;
    margin: auto;
    /*z-index: 166666;*/
}


@font-face {
    font-family: "Arvo";
    /*src: url(fonts/arvo.ttf) format("truetype");*/
    src: url(fonts/arvobold.ttf) format("truetype");
}
@font-face {
    font-family: "HelveticaBold";
    src: url(fonts/Helvetica-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Helvetica";
    src: url(fonts/Helvetica.ttf) format("truetype");
}

.wrapper { 
    /*position: relative; */
}

.slide {
  text-align: center;
}

.txt-shadow-head{
    --dy: calc(.35vmin);
    --dblur: calc(.75vmin);
    /*text-shadow: 0px var(--dy) var(--dblur) ;*/
    text-shadow: -1px 0 #5E9B20, 0 var(--dy) #5E9B20, 1px 0 #5E9B20, 0 -1px #5E9B20;
}

.txt-shadow{
    --dy: calc(.35vmin);
    --dblur: calc(.75vmin);
    /*text-shadow: 0px var(--dy) var(--dblur) ;*/
    text-shadow: -1px 0 #5E9B20, 0 var(--dy) #5E9B20, 1px 0 #5E9B20, 0 -1px #5E9B20;
}

.head{
    font-family: 'Arvo';
    font-size: calc(12px + 5vmin);
    color: white;
}

.sub-head{
    font-family: "HelveticaBold";
    font-size: calc(12px + 2.5vmin);
    color: white;
}
.main{
    font-family: "HelveticaBold";
    font-size: calc(10px + 1.5vmin);
    color: black;
    max-width: 600px;
    width: 90%;
    margin: auto;
    /*text-align: justify;*/
    overflow-wrap: break-word;
}
.main-list{
    font-family: "HelveticaBold";
    font-size: calc(8px + 1.5vmin);
    color: black;
    max-width: 650px;
    width: 75%;
    margin: auto;
    text-align: left;
    line-height: calc(10px + 3vmin);
    overflow-wrap: break-word;
    z-index: 98;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    /*margin-right: 20px;*/
}

.pointer { cursor: pointer; }
.green { background-color: #EAD62A; }
.big { padding: 40px; }

.bullet {
    display: inline;
    background-color: #6fbb22;
    color: white;
    padding: 1 6 1 6;
    font-family: "HelveticaBold";
    font-size: calc(10px + 1.5vmin);
}

.dude-ava {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    z-index: -3;
    cursor: pointer;
}

.on-dude { 
/*    position: absolute;
    bottom: -1.3%;
    left: 8.7%;
    padding: 3.7%;*/
    color: #EAD62A;
    /*height: 10%;*/
    /*border: 1px solid #EAD62A;*/
    cursor: pointer;

    position: absolute;
    bottom: -1.3%;
    left: 8.8%;
    right: auto;
    padding: 3.7%;
}

.alert {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 101;
    display: none;
    top: 0; bottom: 0; left: 0; right: 0;
}
.incompatible {
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    z-index: 101;
    display: none;
    top: 0; bottom: 0; left: 0; right: 0;
}
.preloader {
    position: absolute;
    background-color: #abedfb;
    z-index: 102;
    top: 0; bottom: 0; left: 0; right: 0;
}
.preloader-center{
    width: 90%;
    text-align: center;
    position:absolute; 
    left:5%;
    top:40%; 
}
.loading-title{
    font-family: "HelveticaBold";
    font-size: 25px;
    color: black;
    margin: 0 auto 30px;
}

.phone-alert, .resize-alert{
    background-color: black;
    width: 80%;
    height: 80%;

    text-align: center;
    
    position:absolute; 
    top:10%; 
    left:10%;
    overflow:auto;
}
.img-alert{
    max-width: 100%;
    max-height: 100%;
}
.white-center{
    background-color: white;
    width: 300px;
    height: 300px;

    text-align: center;
    
    position:absolute; 
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    max-width:100%;
    max-height:100%;
    overflow:auto;
    border-radius: 20px;
}



.results-bg{
    background-color: white;
    max-width: 1100px;
    max-height: 900px;
    text-align: center;
    
    position:absolute; 
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    width:90%;
    height:90%;
    overflow:auto;

    border-radius: 7px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#result-seconds{
    color: #6fbb22;
    font-family: "HelveticaBold";
    font-size: calc(12px + 5vmin);
}
.result-head{
    font-family: "Helvetica";
    font-size: calc(12px + 5vmin);
}

.result-subhead{
    font-family: "Helvetica";
    font-size: calc(12px + 3vmin);
}








#results-desc {
    overflow: hidden;
}
.results-desc-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.result-desc-card {
    background-color: white;
    width: 330px;
    height: 500px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    /*margin: 15px;*/
    display: inline-block;
    vertical-align: top;
}
.result-desc-card-head{
    background-color: #EAD62A;
    border-radius: 10px 10px 0px 0px;
    color: white;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 10px 0px 10px 0px; 
}


.nav-arrow{
    position: absolute;
    top: calc(50% - 33px);
    margin-top: auto; margin-bottom: auto;
    text-align: center;
    cursor: pointer;
}
.nav-left{
    left: calc(50% - 150px - 30px);
    z-index: 101;
}
.nav-right{
    left: calc(50% + 150px);
    z-index: 101;
}
.nav-left-m{
    left: calc(50% - 110px - 30px);
    z-index: 101;
}
.nav-right-m{
    left: calc(50% + 110px);
    z-index: 101;
}

.nav-img{
    width: 30px;
}

.result-desc-card-body{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    /*height: 130px;*/
    display: block;
    /*color: white;*/
    font-family: 'Helvetica';
    font-size: 16px;
}
.result-desc-card-icon, .result-desc-card-icon-{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.result-desc-card-icon-::after{
    content: '?';
    position: absolute;
    top: 175px;
    font-family: 'HelveticaBold';
    text-align: center;
    font-size: 90px;
    color: #efefef;
}

.x-close-wrap{
    /*top: -40px;*/
    margin-top: -15px;
    margin-left: 300px;
    position: fixed;
}
.close-desc{
    width: 30px;
}
.animate500{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.animate850{
    -webkit-transition: 0.85s;
    -moz-transition: 0.85s;
    -ms-transition: 0.85s;
    -o-transition: 0.85s;
    transition: 0.85s;
}

.desc-img{
    width: 90px;
    padding-top: 20px;
}


.cards-container {
    max-width: 660px;
    margin: auto;
}
.card {
    background-color: white;
    width: 170px;
    height: 170px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin: 15px;
    display: inline-block;
}

.card-head{
    background-color: #7c3e96;
    border-radius: 7px 7px 0px 0px;
    color: white;
    font-family: 'Helvetica';
    font-size: 13px;
    padding: 10px 0px 10px 0px; 
}
.card-head-inactive{
    background-color: #dedee1;
    border-radius: 7px 7px 0px 0px;
    color: #dedee1;
    font-family: 'Helvetica';
    font-size: 13px;
    padding: 10px 0px 10px 0px; 
}

.card-body-active, .card-body-inactive{
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.card-body-inactive{
    font-family: 'HelveticaBold';
    text-align: center;
    font-size: 90px;
    color: #dedee1;
    margin-top: 15px;
}*/
/*.desc-body-inactive{
    font-family: 'HelveticaBold';
    text-align: center;
    font-size: 200px;
    color: #dedee1;
    margin-top: 80px;
}
*/
.card-body{
    width: 170px;
    height: 130px;
    overflow-y: hidden;
}
.res-img{
    width: 85px;
}

.top20 { margin-top: 5vh;}
.top30 { margin-top: 7.5vh;}
.top40 { margin-top: 10vh;}
.ptop20 { padding-top: 5vh;}
.ptop30 { padding-top: 7.5vh;}
.ptop40 { padding-top: 10vh;}
.ptop60 { padding-top: 15vh;}
.block { display: block;}
.alpha50 {
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}

.conclusion-body{
    font-family: 'Helvetica';
    text-align: center;
    font-size: calc(10px + 1vmin);
    width: 90%;
    margin: 0 auto;
}

.conclusion-mail{
    font-family: 'Helvetica';
    text-align: center;
    font-size: calc(10px + 1vmin);
    width: 66%;
    margin: 50px auto 10px;
}
.conclusion-mail-form{
    text-align: center;
    position: relative;
}
.after-submit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
}
.after-submit-visible{
    display: flex;
}
.after-submit-main{
    color: #9e9e9e;
}
#user-email-d{
    border: solid #bbcbde;
    color: #79818b;
    padding: 6px 10px 10px 10px;
    text-align: center;
    font-size: 23px; 
    font-family: "Helvetica";
}
#name-d{
    border: solid #bbcbde;
    color: #79818b;
    padding: 6px 10px 10px 10px;
    text-align: center;
    font-size: 23px; 
    font-family: "Helvetica";
    margin: 30px 0 15px;
    width: 227px;
}
#user-email-m {
    padding: 8px 6px;
    font-size: 13px;
    vertical-align: bottom;
}
#name-m{
    padding: 8px 6px;
    font-size: 13px;
    vertical-align: bottom;
    margin: 20px 0 10px;
}

.logo{
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
}


.alert-sign{
    width: 130px;
    height: auto;
    margin: auto;
    padding-top: 20px;
    /*background-image: url('img/alert.png');*/
}
.alert-body{
    margin-top: 10px;
    font-family: "Helvetica";
    font-size: 20px;
}
.alert-button{
    margin-top: 10px;
}


.button-green{
    background-color: #6fbb22;
    border: none;
    color: white;
    padding: 10px 60px;
    text-align: center;
    font-size: 23px; 
    /*font-family: "HelveticaBold";*/
    font-family: "Helvetica";
    border-radius: 7px;
    box-shadow: 0 5px #5e9b20;
    transition: box-shadow 0.2s,transform 0.2s;
    text-decoration: none;
    cursor: pointer;
}
.button-green:hover{
    transform: translateY(-2px);
    box-shadow: 0 7px #5e9b20;
  }
.button-green:active { 
    transform: translateY(4px);
    box-shadow: 0 1px #5e9b20;
}


.dude-arrow {
    position: absolute;
    right: 44%;
    bottom: 5%;
    width: 25%;
    max-width: 350px;
} 

.press-caption {
    position: absolute;
    font-family: "HelveticaBold";
    font-size: calc(12px + 3vmin);
    color: white;
    left: 60%;
    bottom: 12%;
}

.ui-above-all { z-index: 100; position: absolute;}
.ui-timer { 
    top: 25px; right: 25px;
    color: white;
    font: 50px 'HelveticaBold';
}

/**
 * MOBILE GOES HERE
 */

.dude-ava-m {
    width: 50%;
    position: absolute;
    left: 0; bottom: 0;
}        

.head-m{
    font-family: 'Arvo';
    font-size: calc(14px + 6vw);
    color: white;
}

/*.sub-head{
    font-family: "HelveticaBold";
    font-size: calc(12px + 2.5vmin);
    color: white;
}*/
.main-m{
    font-family: "HelveticaBold";
    font-size: calc(2.3vw);
    color: black;
    max-width: 800px;
    width: 95%;
    margin: auto;
    text-align: justify;
    overflow-wrap: break-word;
}
/*.main-list{
    font-family: "HelveticaBold";
    font-size: calc(8px + 1.5vmin);
    color: black;
    max-width: 650px;
    width: 75%;
    margin: auto;
    text-align: left;
    line-height: calc(10px + 3vmin);
    overflow-wrap: break-word;
}*/

.whats-next { 
    color: white;
    font-family: 'HelveticaBold';
    font-size: calc(13px + 3vw);

}

.enter-button-m { 
    position: absolute;
    bottom: 5%;
    right: 5%;
    left: auto;
    padding: 15px;
    background-color: #6FBB22;
    /*border: 1px solid black;*/
    padding-top: 15vw;
    padding-bottom: 15vw;
    border-bottom: 9px solid #5F9538;
}
.lottie1-m{
    position: absolute;
    bottom: 0; 
    left: 0;
    z-index: 2;
    /*overflow-y: hidden;*/
}
.bullet-m {
    display: inline;
    background-color: #6fbb22;
    color: white;
    padding: 1 9 1 9;
    font-family: "HelveticaBold";
    font-size: calc(10px + 1.5vmin);
}

.main-list-m{
    font-family: "HelveticaBold";
    font-size: calc(8px + 3vmin);
    color: black;
    max-width: 650px;
    width: 85%;
    margin: auto;
    text-align: left;
    line-height: calc(10px + 3vmin);
    overflow-wrap: break-word;
    z-index: 97;
}
.on-dude-m { 
/*    position: absolute;
    bottom: -1.3%;
    left: 8.7%;
    padding: 3.7%;*/
    color: #EAD62A;
    /*height: 10%;*/
    /*border: 1px solid #000000;*/
    cursor: pointer;

    position: absolute;
    bottom: -1.9%;
    left: 15.8%;
    right: auto;
    padding: 9%;
}
.sub-head-m{
    font-family: "HelveticaBold";
    font-size: calc(12px + 3.5vmin);
    color: white;
}

.press-caption-m {
    position: absolute;
    font-family: "HelveticaBold";
    font-size: calc(12px + 6vmin);
    color: white;
    left: 40%;
    bottom: 40%;
}

.dude-arrow-m {
    position: absolute;
    right: 32%;
    bottom: 8%;
    width: 17%;
    max-width: 150px;
} 

.vid-m{
    position: absolute;
    bottom: 0; left: 0; 
    overflow-y: hidden;
    /*z-index: 166666;*/
}










.alert-sign-m{
    width: 250px;
    height: auto;
    margin: auto;
    padding-top: 20px;
    /*background-image: url('img/alert.png');*/
}
.alert-body-m{
    margin-top: 10px;
    font-family: "Helvetica";
    font-size: 42px;
}
.alert-button-m{
    margin-top: 10px;
    font-size: 42px; 
}
.white-center-m{
    background-color: white;
    width: 500px;
    height: 500px;
    
    text-align: center;
    
    position:absolute; 
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    max-width:100%;
    max-height:100%;
    overflow:auto;
    border-radius: 13px;
}




.results-bg-m{
    background-color: white;
    /*max-width: 1600px;*/
    /*max-height: 1200px;*/
    text-align: center;
    
    position:absolute; 
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    width:90%;
    height:90%;
    overflow:auto;

    border-radius: 7px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}



.card-m {
    background-color: white;
    width: 270px;
    height: 270px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin: 15px;
    display: inline-block;
}

.card-head-m{
    background-color: #7c3e96;
    border-radius: 7px 7px 0px 0px;
    color: white;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 10px 0px 10px 0px; 
}
.card-head-inactive-m{
    background-color: #dedee1;
    border-radius: 7px 7px 0px 0px;
    color: #dedee1;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 10px 0px 10px 0px; 
}

.card-body-active-m, .card-body-inactive-m{
    width: 270px;
    height: 230px;
    display: block;
}
/*{
    font-family: 'HelveticaBold';
    text-align: center;
    font-size: 135px;
    color: #dedee1;
    margin-top: 15px;
}*/
.card-body-m{
/*     width: 170px; */
    height: 130px;
/*     overflow-y: hidden; */
}
.res-img-m{
/*     width: 128px;
    padding-top: 35px; */

    height: 70%;
    padding-top: 10%;
}

#result-seconds-m{
    color: #6fbb22;
    font-family: "HelveticaBold";
    font-size: calc(12px + 5vmin);
}


.replay{
    width: 250px;
    text-align: center;
    margin: auto;
    color: #6fbb22;
    font-family: "Helvetica";
    font-size: 20px;
}
.replay img{ width: 20px; }
.replay span{ padding-bottom: 10px; }

.social{
    border: 2px solid #EAD62A;
    border-radius: 13px;
    padding: 5px;
    width: 100px;
    text-align: center;
    margin: auto;
}

.vk{
    width: 30px;
}
.fb{
    /*width: 60px;*/
    height: 20px;
}
.tw{
    width: 25px;
}


body{
    overflow: hidden;
    font-family: 'Helvetica';
    background-color:#abedfb; 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */  
}

#underlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    /*background-color: #AFEBF1;*/
    /*background-color: #6A8187;  */
    background-color: #59676D;  
    opacity: 1;
    z-index: -100;

}
.animate1000{
    animation-delay: .75s;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}


@media (pointer: coarse) {

        /* START */

        .loading-title{
            font-size: 20px;
        }

    .main-m {
        font-size: 14px;
    }

    .enter-button-m {
        padding: 61px 15px;
        border-bottom: 5px solid #5F9538;
    }
    .whats-next {
        font-size: 16px;
    }

    .press-caption-m {
        font-size: 18px;
        right: 20px;
        bottom: 200px;
    }
    .dude-arrow-m {
        width: 50px;
    }
    .dude-ava-m{
        width: 48%;
        margin-left: -10px;
        z-index: -2;
    }
    .dude-ava {
        width: 48%;
        margin-left: -10px;
        z-index: -1;
    }
    .on-dude-m{
        opacity: 0;
    }



      /* TOO EARLY SIGN */

    .white-center-m {
        width: 250px;
        height: 250px;
    }
    .alert-sign-m {
        width: 115px;
    }
    .alert-body-m {
        font-size: 17px;
    }
    .alert-button-m {
        font-size: 20px;
    }



      /* GAME */

    .ui-timer {
        font: 30px 'HelveticaBold';
    }
    .ui-timer img {
        width: 30px;
    }
    .txt-shadow{
        padding-left: 5px;
    }

  /* FINAL */

    .cards-container {
        margin: 0 auto;
    }

    .result-head {
        font-size: 17px;
        padding-top: 5px;
    }
    #result-seconds-m {
        font-size: 25px;
    }
    .result-subhead {
        font-size: 15px;
    }
    
    .result-desc-card-icon-::after {
        top: 110px;
        font-size: 69px;
    }


  .results-bg-m {
    min-width: 310px;
    padding-bottom: 7px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    .card-m {
        width: 120px;
        height: 110px;
        margin: 10px;
        vertical-align: bottom;
    }

  .card-head-m {
    font-size: 12px;
    padding: 5px 0px;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    }
    .card-body-active-m, .card-body-inactive-m {
        width: 120px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .res-img-m {
        height: auto;
        width: 66px;
        padding-top: 0;
    }
    /*{
        font-size: 71px;
        margin-top: 0;
    }*/
    .card-head-inactive-m {
        font-size: 12px;
        padding: 5px 0px;
        display: flex;
        height: 20px;
        align-items: center;
        justify-content: center;
    }

    .what-to-do-button{
        margin-top: 10px;
    }




    .result-desc-card {
        width: 280px;
        height: 420px;
    }
    .result-desc-card-body {
        width: 85%;
        padding-top: 20px;
        font-size: 14px;
    }
    .nav-right {
        left: calc(50% + 155px);
    }
    .nav-left {
        left: calc(50% - 168px);
    }

 
    .x-close-wrap{
        /*top: -40px;*/
        margin-top: -15px;
        margin-left: 257px;
        position: fixed;
    }


    .conclusion-body {
        font-size: 13px;
        padding-top: 5px !important;
        margin: 0 auto;
    }
    .conclusion-mail {
        font-size: 12px;
        margin: 24px auto 0;
        width: auto;
        max-width: 509px;
    }
    .conclusion-mail-form{
        text-align: center;
        width: auto;
        margin: 5px auto 0;
    }

    .ptop30{
        padding-top: 20px;
    }

    .after-submit{
        font-size: 17px;
    }

}

@media only screen and (max-width: 330px) {

    .head-m {
        font-size: 24px;
    }
    .main-m {
        font-size: 13px;
    }

    .main-list-m {
        font-size: 13px;
        z-index: 99;
    }
    .press-caption-m {
        font-size: 16px;
        right: 0px;
        bottom: 147px;
    }
    .dude-arrow-m {
        width: 38px;
    }

    .results-bg-m {
        height: calc(100% - 10px);
    }


    .card-m {
        width: 120px;
        height: 80px;
        margin: 10px 5px;
    }

    .card-body-active-m, .card-body-inactive-m {
        width: auto;
        height: 66px;
        display: block;
    }
    .res-img-m {
        height: 70%;
        padding-top: 3px;
    }
    /*.card-body-inactive-m {
        font-size: 45px;
        margin-top: 0;
    }*/

    .conclusion-body {
        font-size: 12px;
        min-width: 300px;
    }

    .nav-right {
        left: calc(50% + 145px);
    }
    .nav-left {
        left: calc(50% - 158px);
    }

}



/*******************/
  .carousel {
    width: 0;
    box-sizing: border-box;
    height: 400px;
    /*position: initial !important;*/
    margin: 0 auto;

    position: relative;
    margin-top: 10px;
  } 

.result-footer{
    font-family: "Helvetica";
    font-size: calc(10px + 1vmin);
    color: #848ea2;
    text-align: left;
    margin-left: 41px;
    margin-top: 20px;
}
.result-footer-m{
    font-family: "Helvetica";
    font-size: calc(10px + 1vmin);
    color: #848ea2;
    text-align: left;
    margin-left: 41px;
    margin-top: -80px;
}
.carousel-m {
    width:320px;
    height: 400px;
    /*width:90%;*/
    /*height: 90%;*/
    position: fixed;
    top: -40px;
    /*margin: auto;*/
}
  .carousel img {
    display: hidden; /* hide images until carousel prepares them */
    -webkit-user-drag: none;
  }