.placeholder-img{
    max-width:100%;
    max-height:85%;

    display:block;
    margin:auto;
    margin-top: 30px;
}

.nav-button-container{
    margin-top: 30px;
}

.layout-cell{
    position: absolute;

    /*
    https://stackoverflow.com/questions/22672368/how-to-make-a-transparent-html-button/22672444
    */
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    font-size: 0;
}

h2{
    /*font-weight: normal;*/
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 0px;
    margin-top: -160px;
}

.container{
    margin-top: 0px;
    padding-top: 0px;
}

.swal2-content{
    height: 80%;
}

.my-swal{
    /*height: 800px !important;*/
    /* width: 1000px !important;*/
    display: block;
    max-width: 900px;
    width: auto !important;
    height: auto !important;
}


.instruction-left{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-left: 30px;
    transform: translate(0%, -150%);
    
}

.instruction-right{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: 30px !important;
    transform: translate(0%, -150%);
}