@import url('ait-home-video-flags.css');

@media (min-width: 768px) {
    .ait-home-video-lang-flag,
    #videOne:hover .ait-home-video-lang-flag {
        -webkit-transition: all 200ms; /* Safari */
        transition: all 200ms;
    }

    .ait-home-video-lang-flag {
        opacity: 0.2;
    }

    #videOne:hover .ait-home-video-lang-flag {
        opacity: 0.35;
    }

    div.color > div.container > div.color:hover .ait-home-video-lang-flag {
        opacity: 0.8 !important;
    }
}

@media (min-width: 1024px) {
    .ait-home-video-lang-flag:hover {
        transform:scale(1.3);
    }
}

.ait-home-video-lang-flag {
    width: 50px;
    height: 30px;
    /* padding: 5px; */
    margin: 4px;
    -webkit-transition: all 120ms; /* Safari */
    transition: all 120ms;
    cursor: pointer;
    display: inline-block;
}

#myVideoHome {
    background-color: black;
}

#audioPlayWhenMouseOver {
    position: relative;
}

#enableSound {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    opacity: 0.8;
    display: none;
    background: url("../images/mute-icon.png");
    background-size: cover;
}
#enableSound:hover {
    opacity: 1;
}



/**
    Additional
*/

.container {
    position: relative;
}

.ait-shortcodes-center {
    /* position: absolute; */
    font-family: "Anton", sans-serif;
    font-size: 3vmin;
    color: #ffffff;
    /* left: 0;
    top: 25%; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;

    margin: 0 auto;
}

#consoleHome {
    text-align: center;
}

@media (min-width: 1024px) {
    #consoleHome {
        top: 50%;
    }
}

/* @media (min-width: 768px) { */
    #consoleHome {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap;
        
        /* top: 35%; */
        top: 25%;    

        /* left: 15%; */
        left: 0;
        right: 0;
        
        /* width: 70%; */
        
        position: absolute;
        z-index: 10000;
    }
/* } */