﻿#phone {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100.0%;
    height: 100.0vh;
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url('../img/Intro24.jpg');
    background-position: center;
    background-size: cover;
}

#phone * {
    color: #fff;
}

 #phone > div {
     position: relative;
     width: 40.00vmin;
     height: 40.00vmin;
     border-radius: 100.0%;
     padding: 3.00vmin;
     opacity: 0.90;
     display: flex;
     flex-flow: row wrap;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-color: rgba(229, 0, 0, 0.9);
 }

#phone > div > p {
    width: 100.0%;
    font: normal 2.00vmin/1.4 'sofo-book';
    text-align: center;
    margin-top: 1.00vh;
    hyphens: none;
}

#phone > div > a {
    width: 100.0%;
    font: normal 2.50vmin/1.0 'sofo-semi';
    text-align: center;
    margin-top: 2.00vh;
}

@media screen and (min-width : 0) and (max-width : 768px) {
    #phone {
        display: flex;
    }
}