﻿.modal {
    height: 100vh;
    width: 100vw;
    padding-right: 0 !important;
    padding-top: 0 !important;
    top: 0% !important
}

#chrome_dialog {
    width: 15%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box
}

#mozila_dialog {
    width: 15%;
    top: 0;
    right: 0;
    position: absolute;
    box-sizing: border-box
}

#mozila {
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0;
    right: 2vw
}

#chrome {
    position: absolute;
    width: 155px;
    height: 100px;
    bottom: 0;
    left: 1vw
}
