#cv-multiscreen {
    height: 400px;
    text-align: center;
    padding: 0px 0px 100px 0px;
}

#cv-multiscreen h2{
    padding: 75px 0px;
    margin: auto;
    font-size: 3em;
    font-weight: 100;
}

#cv-multiscreen img{
    max-width: 300px;
    margin: auto 40px;
}

#cv-multiscreen .smallwrapper {
    max-width: 1400px;
    position: relative;
    margin: auto;
}

#cv-multiscreen .smallwrapper div{
    display: inline-block;
    width: 300px;
    margin: auto 40px;
    font-size: 1.5em;
    font-weight: 300;
}
#cv-multiscreen .smallwrapper p{
    margin: 0px 0px 50px 0px;
}


#cv-multiscreen .smallwrapper  > * {
    vertical-align:middle;
}

#cv-multiscreen .smallwrapper a {
    border: 2px rgba(18, 122, 189, 0.7) solid;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    display: inline-block;
    color: rgb(18, 122, 189);
    width: 250px;
}

#cv-multiscreen .smallwrapper a:hover {
    border: 2px rgba(18, 122, 189, 1) solid;
    color: rgb(11, 69, 107);
}

#cv-multiscreen .fixedlink {
    box-shadow: -1px 1px 2px 0px rgba(128, 128, 128, 0.5);
    position: fixed;
    height: 250px;
    width: 40px;
    top: 200px;
    right: 0px;
    z-index: 2;
    border: 1px solid rgba(193, 193, 193, 0.33);
    background-color: white;
}

#cv-multiscreen .fixedlink a {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    color: rgb(18, 122, 189);
    font-weight: 300;
    width: 250px;
    top: 115px;
    right: -108px;
}

/*MobileFriendly*/
@media screen and (max-width: 650px) {
    #cv-multiscreen {
        display: none;
    }
}