body
{
    background-color: black;
    color: white;

}
.images-pc{
    display: none;
}
.images{
    width: 90%;
    text-align: center;
    margin:auto;
}
.main{
    border: 4px double white;
    width: 95%;
    margin: auto;
}
marquee{
    border: 4px double black;
    background-color: white;
    color: black;
    border-left: 0px;
    border-right: 0px;
}
.inner
{
    padding: 30px;
    padding-top: 15px;
}
.countup
{
    padding-bottom: 15px;
}
.birdie{
    display: none;
}

@media only screen and (min-width: 768px) 
{
    .images{
        display: none;;
    }
    .main{
        max-width: 500px;
        z-index: 1;
    
        margin-top: 14%;
    background-color: black;
    }
    .images-pc{
        display: block;
        position: relative;
        z-index: -1;
        max-width: 500px;
        bottom: 456px;
        left: 20%;
    }
    .birdie{
       
        z-index: 3;
        max-width: 200px;
        transform: scaleX(-1);
        left: 63%;
        position: relative;
        bottom: 400px;
        display: block;
        }   

}