        <style type="text/css">
            .tg  
            {
                border-collapse:collapse;
                border-spacing:0;
            }

            .tg td 
            {
                font-size:20px;
                border-style:none;
                border-width:0px;
                padding-bottom: 20px;
                padding-right: 20px;
                overflow:hidden;
                word-break:normal;
            }

            body 
            {
                background-color: white;
                color: white;
                font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; 
                font-stretch:normal;
            }

            .backgroundImage
            { 
                width: 500px;
                height: 702px;
                position: absolute;
                left: 50%;
                top: 50%; 
                margin-left: -250px;
                margin-top: -351px;
                
            }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){ 
     .backgroundImage
            { 
                width: 500px;
                height: 702px;
                position: absolute;
                left: 50%;
                top: 50%; 
                margin-left: -250px;
                margin-top: -351px;
                zoom: 160%;
            }
}

            #image
            {
                width: 500px;
                height: 702px;
                position: absolute;
                left: 50%;
                top: 50%; 
                margin-left: -250px;
                margin-top: -351px;
            }

            .infoText
            {
                position: absolute;
                top: 420px;
                left: 90px;
            }

            .text 
            {
                font-size: 14px;
                text-align: center;
                vertical-align: middle;
            }

            .icons
            {
                padding-top: 5px;
                vertical-align: middle;
            }

            a:link, a:visited 
            {
                color: White;
                text-decoration: none;
                target-new: none;
                font-size: 14px;
            }

            a:hover 
            {
               color: White;
               text-decoration: underline;
               target-new: none;
            }
}

</style>                                                                                                                                                                                                                                                                                                                                                                                                                                                   