.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#roll1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 100%;
    margin-right: auto;
    padding: 0px;
}

#embedroll {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 162.44865396px;
    padding: 5px;
    margin-right: auto;
}

#value {
font-size: 70px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: auto;
}

#value2 {
font-size: 70px;
margin-bottom: 0px;
margin-top: -100px;
margin-left: 0px!important;
margin-right: auto;
}

#roll3 {
    float: none;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 27px;
    margin-right: auto;
}

#roll2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0%;
}

#roll4 {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#roll {
    float: none;
    height: auto;
    margin: 20px auto;
    clear: none;
    width: 1200px;
   
   
  
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
	
}

#roll5 {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    #roll1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #embedroll {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #roll2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #roll3 {
        margin-top: 0px;
        line-height: 30px;
    }

    #roll4 {
        height: 0px;
    }

    #roll {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #roll3 {
        line-height: 25px;
        font-size: 18px;
    }

    #roll {
        height: auto;
    }
}

