﻿/* *** Default's *** */
body{
    color: black;
    font-size: 10vh;
    /*padding-top: 3vh; /* */
}
h1{
    color: #222222;
    font-size: 10vh;
    /*margin-bottom: 1%; /* */
}
/* ### ID's ### */
#ddiivv{
    display: block; /* */
    width: 1173px; /* */
    height: 1173px; /* */
    max-width: 80vmin; /* */
    max-height: 80vmin; /* */
    overflow: hidden; /* prevent wrapper from colapsing */
    /*background-color:red; /* */
}
#WelcomeInImg{
    position: absolute;
    /*margin-top: 10vh; /* */
    display: block; /* */
    /*width: auto; /* */
    /*height: auto; /* */
    max-width: 80vmin; /* */
    max-height: 80vmin; /* */
    /*min-height: 400px; /* */
}
#s2WelcomeInImg{
    position: absolute;
    /*margin-top: 10vh; /* */
    display: block; /* */
    /*width: auto; /* */
    /*height: auto; /* */
    max-width: 80vmin; /* */
    max-height: 80vmin; /* */
    /*min-height: 400px; /* */
}
/* ... Class's ... */