#rightEmbedButton {
    visibility: visible;
    width: 13%;
    height: 100%;
    background: #808080;
    /*float: right;*/
    top: 0px;
    /* bottom: 0px; */
    position: absolute;
    /*position: relative;*/
    opacity: 0;
    right: 0;
    z-index: 325;
    cursor: pointer;
}

#rightEmbedButton:hover{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#leftEmbedButton{
    visibility: visible;
    width: 13%;
    height: 100%;
    background: #808080;
    float: left;
    top: 0px;
    position: absolute;
    /*position: relative;*/
    opacity: 0;
    margin-left: 0;
    z-index: 325;
    cursor: pointer;

}

#leftEmbedButton:hover{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


#rightArrow, #leftArrow {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 30%;
    height: 100%;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100%;
}

@media screen and (max-width: 1000px) {
    /*#rightEmbedButton {*/
        /*margin-left: 87.1%;*/
    /*}*/
}

#checkboxEmbed {
    position: relative;
    bottom: 56%;
    right: 1%;
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    div#newConteiner {
        height: 90%;
    }
}





