#layoutCenterer {
    width: 100%;
    height: 100%;
    max-height: 1366px;
    max-width: 1024px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: #1b7073;
    text-align: center;
}

.no-css-center {
    top: unset;
    left: unset;
    transform: unset;
}

#chooserScreen {
    display: none;
}



.shared-img-container {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.shared-image {
    position: relative;
    float: left;
    width: 80%;
    margin-left: 10%;
    height: auto;
}

.sharer-play {
    margin-top: 5%;
}

.sharer-text {
    position: relative;
    float: left;
    width: 90%;
    margin: 5%;
    font-size: 20px;
}

h2.shared-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

h3.shared-title {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.shared-container {
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

.ad {
    display: inline-block;
}

#winnerScreen {
    width: calc(100% - 12px) !important;
    height: calc(100% - 12px) !important;
    max-width: 500px;
    position: relative;
    margin: 0px auto;
    margin-top: 6px;
}

.screen {
    height: 100%!important;
}

