.verticalmoduleposhide{
    display: none; position: absolute; right:-15px; top:-16px; cursor: pointer;
    background: #333; color: #fff;line-height: 32px; height: 32px;  width: 32px; text-align: center;
    -webkit-border-radius: 16px;  -moz-border-radius: 16px;   border-radius: 16px;
    opacity: .8;
}
.fixedverticalmodulepos-popup{
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 500px;
    margin: 20px auto;
}
/* Landscape phones and down */
@media (max-width: 480px) {
    div.verticalmodulepos.verticalmoduleposshowb1, div.verticalmodulepos.verticalmoduleposshowb2, div.verticalmodulepos.verticalmoduleposshowb3{
        width: 99% !important; padding: 1% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        position: fixed; top: 30px; left: 0px;
        text-align: left;
    }

    .verticalmoduleposhide{
        /*
        display: block; position: absolute; right:-15px; top:-16px; cursor: pointer;
        background: #333; color: #fff;
        line-height: 32px; height: 32px;  width: 32px; text-align: center;
        */
        cursor: pointer;
        position: fixed;
        right: 15px;
        top: 16px;
    }
}