﻿/* Low resolution phones */
@media handheld, only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 19px;
        padding: 20px 0 0 10px;
        display: block;
    }

    #breakUpCountry .videoContainer {
        height: auto;       
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 300px;
        height: 149px;
        padding: 20px 0 0 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 300px;
        height: 149px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }

    #breakUpCountry .copyContainer1 .copy1 {
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .copyContainer1 .countrySmall {
        width: 61px;
        background-size: contain;
    }

    #breakUpCountry .bulletsContainer {
        height: 83px;
        background-size: contain;
    }

    #breakUpCountry .bulletsContainer .bullets {
        width: 24px;
        height: 25px;
        background-size: 24px auto;
    }

    #breakUpCountry .bulletsContainer .bullets:hover {
        background-position: 0 0;
    }

    #breakUpCountry .bulletsContainer .bulletSelected {
        background-position: 0 -25px;
    }

    #breakUpCountry .bulletsContainer .label {
        font-size: 8px;
        line-height: 9px;
    }

    #breakUpCountry .bulletsContainer .contrasting {
        width: 65px;
        height: 43px;
        top: 15px;
        left: 1%;
    }

    #breakUpCountry .bulletsContainer .flawless {
        width: 65px;
        height: 43px;
        top: -5px;
        left: 22%;
    }

    #breakUpCountry .bulletsContainer .trueToNature {
        width: 65px;
        height: 43px;
        top: -80px;
        left: 40%;
    }

    #breakUpCountry .bulletsContainer .lifeSize {
        width: 65px;
        height: 43px;
        top: -100px;
        left: 60%;
    }

    #breakUpCountry .bulletsContainer .photoReal {
        width: 65px;
        height: 43px;
        top: -155px;
        left: 80%;
    }

    #breakUpCountry .bulletsCopyContainer .bulletCopy {
        width: 90%;
        padding: 10px 0 15px 0;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .seeCountryContainer {
        height: auto;
        margin-bottom: 10px;
    }

    #breakUpCountry .seeCountryContainer table {
        margin-top: 0;
    }

    #breakUpCountry .seeCountryContainer .inAction {
        margin: 15px auto;
        font-size: 14px;
        line-height: 19px;
        font-weight: normal;
    }

    #breakUpCountry .seeCountryContainer .countryLarge {
        width: 61px;
        background-size: contain;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry {
        background: url(img/arrow10_left.jpg) no-repeat;
        margin-right: 3px;
    }

    #breakUpCountry .seeCountryContainer #nextSeeCountry {
        background: url(img/arrow10_right.jpg) no-repeat;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry:hover, #breakUpCountry .seeCountryContainer #nextSeeCountry:hover {
        background-position: 0 0;
    }

    #breakUpCountry .seeCountryContainer .item {
        width: 118px;
        padding: 2px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer video {
        top: -32px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer {
        width: 108px;
        height: 61px;
        background-color: #000000;   
    }

    #breakUpCountry .seeCountryContainer .thumbnail {
        width: 150px;
        top: -22px;
        left: -20px;
    }

    #breakUpCountry .seeCountryContainer .title {
        width: 100%;        
        font-size: 12px;        
        line-height: 14px;
        margin: 4px 0 0 0;
        white-space: normal !important;
    }

    #breakUpCountry .seeCountryContainer .duration {
        display: none;
    }

    #breakUpCountry .seeCountryContainer .watch {
        font-family: Helvetica, sans-serif;
        font-size: 10px;
        color: #828181;
    }

    #breakUpCountry .seeCountryContainer .rightShadow {
        display: none;
    }

    #breakUpCountry .imagesContainer #prevImages {
        width: 21px;
        height: 33px;
        background-size: 21px auto;
    }

    #breakUpCountry .imagesContainer #nextImages {
        width: 21px;
        height: 33px;
        background-size: 21px auto;
        left: 92%;
    }

    #breakUpCountry .imagesContainer #prevImages:hover, #breakUpCountry .imagesContainer #nextImages:hover {
        background-position: 0 0;
    }

    #breakUpCountry .statusEarnedContainer {
        height: auto;
    }

    #breakUpCountry .statusEarnedContainer .copy2 {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol {
        display: none;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedMiddleCol {
        width: 80%;
        padding: 5% 10% 5% 10%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol {
        display: none;
    }

    #breakUpCountry .moreContainer {
        height: 500px;
    }

    #breakUpCountry .moreContainer .more {
        width: 100%;
    }

    #breakUpCountry .moreContainer .logo {
        width: 200px;
        height: 103px;
        margin: 0 auto;
    }

    #breakUpCountry .moreContainer .buttonsContainer {
        width: 100%;
    }

    #breakUpCountry .moreContainer .buttonsContainer a {
        width: 70%;
        margin: 6% auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }
}

@media handheld, only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape)
{
    #breakUpCountry .videoContainer {
        height: 300px;
    }

    #breakUpCountry .videoContainer .video {
        width: 550px;
        height: 273px;
        margin: 0 auto;
    }


    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 550px;
        height: 273px;
        padding: 18px 0 0 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 550px;
        height: 273px;
        margin: 0 auto;
    }

    #breakUpCountry .bulletsContainer {
        height: 147px;
    }

    #breakUpCountry .bulletsContainer .label {
        font-size: 12px;
        line-height: 14px;
    }

    #breakUpCountry .bulletsContainer .contrasting {
        width: 95px;
        height: 43px;
        top: 35px;
        left: 1%;
    }

    #breakUpCountry .bulletsContainer .flawless {
        width: 95px;
        height: 43px;
        top: 25px;
        left: 22%;
    }

    #breakUpCountry .bulletsContainer .trueToNature {
        width: 95px;
        height: 43px;
        top: -80px;
        left: 40%;
    }

    #breakUpCountry .bulletsContainer .lifeSize {
        width: 95px;
        height: 43px;
        top: -80px;
        left: 60%;
    }

    #breakUpCountry .bulletsContainer .photoReal {
        width: 95px;
        height: 43px;
        top: -155px;
        left: 80%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol {
        width: 100%;
        display: block;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedMiddleCol {
        width: 60%;
        padding: 1% 4% 1% 4%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol {
        width: 100%;
        display: block;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol img {
        max-width: 131%;
        width: auto;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol img {
        max-width: 129%;
        width: auto;
    }
}

/* Medium resolution phones and tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
        padding: 18px 0 0 18px;
        display: block;
    }

    #breakUpCountry .videoContainer {
        height: 480px;
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 700px;
        height: 347px;
        margin: 0 auto;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 700px;
        height: 347px;
        padding: 10px 0 0 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 700px;
        height: 394px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }

    #breakUpCountry .copyContainer1 .copy1 {
        font-size: 23px;
        line-height: 30px;
    }

    #breakUpCountry .copyContainer1 .countrySmall {
        width: 100px;
        background-size: contain;
    }

    #breakUpCountry .bulletsContainer {
        height: 261px;
    }

    #breakUpCountry .bulletsContainer .bullets {
        width: 50px;
        height: 51px;
        background-size: 50px auto;
    }

    #breakUpCountry .bulletsContainer .bullets:hover {
        background-position: 0 0;
    }

    #breakUpCountry .bulletsContainer .bulletSelected {
        background-position: 0 -51px;
    }

    #breakUpCountry .bulletsContainer .label {
        font-size: 16px;
        line-height: 21px;
    }

    #breakUpCountry .bulletsContainer .contrasting {
        width: 130px;
        height: 73px;
        top: 40px;
        left: 4%;
    }

    #breakUpCountry .bulletsContainer .flawless {
        width: 130px;
        height: 43px;
        top: 80px;
        left: 25%;
    }

    #breakUpCountry .bulletsContainer .trueToNature {
        width: 130px;
        height: 43px;
        top: -90px;
        left: 43%;
    }

    #breakUpCountry .bulletsContainer .lifeSize {
        width: 130px;
        height: 43px;
        top: -20px;
        left: 63%;
    }

    #breakUpCountry .bulletsContainer .photoReal {
        width: 130px;
        height: 43px;
        top: -125px;
        left: 83%;
    }

    #breakUpCountry .bulletsCopyContainer .bulletCopy {
        width: 90%;
        padding: 10px 0 15px 0;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .seeCountryContainer {
        height: auto;
    }

    #breakUpCountry .seeCountryContainer table {
        margin-top: -30px;
    }

    #breakUpCountry .seeCountryContainer .inAction {
        margin: 25px auto;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }

    #breakUpCountry .seeCountryContainer .countryLarge {
        width: 100px;
        background-size: contain;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry {
        background: url(img/arrow10_left.jpg) no-repeat;
        margin-right: 3px;
    }

    #breakUpCountry .seeCountryContainer #nextSeeCountry {
        background: url(img/arrow10_right.jpg) no-repeat;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry:hover, #breakUpCountry .seeCountryContainer #nextSeeCountry:hover {
        background-position: 0 0;
    }

    #breakUpCountry .seeCountryContainer .item {
        width: 218px;
        padding: 10px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer video {
        top: -32px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer {
        width: 208px;
        height: 118px;
        background-color: #000000;
    }

    #breakUpCountry .seeCountryContainer .thumbnail {
        width: 250px;
        top: -22px;
        left: -20px;
    }

    #breakUpCountry .seeCountryContainer .title {
        width: 100%;        
        font-size: 17px;        
        line-height: 22px;
        margin: 6px 0 0 0;
        white-space: normal !important;
    }

    #breakUpCountry .seeCountryContainer .duration {
        display: block;
    }

    #breakUpCountry .seeCountryContainer .watch {
        font-family: Helvetica, sans-serif;
        font-size: 12px;
        color: #828181;
    }

    #breakUpCountry .seeCountryContainer .rightShadow {
        display: block;
    }

    #breakUpCountry .statusEarnedContainer {
        height: auto;
    }

    #breakUpCountry .statusEarnedContainer .copy2 {
        width: 80%;
        font-size: 19px;
        line-height: 24px;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol {
        width: 21%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedMiddleCol {
        width: 60%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol {
        width: 20%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol img {
        max-width: 130%;
        width: auto;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol img {
        max-width: 130%;
        width: auto;
    }
    #breakUpCountry .moreContainer {
        height: 600px;
    }

    #breakUpCountry .moreContainer .more {
        width: 100%;
    }

    #breakUpCountry .moreContainer .logo {
        width: 400px;
        height: 206px;
        margin: 0 auto;
    }

    #breakUpCountry .moreContainer .buttonsContainer {
        width: 100%;
    }

    #breakUpCountry .moreContainer .buttonsContainer a {
        width: 70%;
        margin: 6% auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
        padding: 18px 0 0 18px;
        display: block;
    }

    breakUpCountry .videoContainer {
        height: 730px;
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 700px;
        height: 347px;
        margin: 0 auto;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        padding: 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 700px;
        height: 394px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }

    #breakUpCountry .copyContainer1 .copy1 {
        font-size: 23px;
        line-height: 30px;
    }

    #breakUpCountry .copyContainer1 .countrySmall {
        width: 100px;
        background-size: contain;
    }

    #breakUpCountry .bulletsContainer {
        height: 261px;
    }

    #breakUpCountry .bulletsContainer .bullets {
        width: 50px;
        height: 51px;
        background-size: 50px auto;
    }

    #breakUpCountry .bulletsContainer .bullets:hover {
        background-position: 0 0;
    }

    #breakUpCountry .bulletsContainer .bulletSelected {
        background-position: 0 -51px;
    }

    #breakUpCountry .bulletsContainer .label {
        font-size: 16px;
        line-height: 21px;
    }

    #breakUpCountry .bulletsContainer .contrasting {
        width: 130px;
        height: 73px;
        top: 40px;
        left: 4%;
    }

    #breakUpCountry .bulletsContainer .flawless {
        width: 130px;
        height: 43px;
        top: 80px;
        left: 25%;
    }

    #breakUpCountry .bulletsContainer .trueToNature {
        width: 130px;
        height: 43px;
        top: -90px;
        left: 43%;
    }

    #breakUpCountry .bulletsContainer .lifeSize {
        width: 130px;
        height: 43px;
        top: -20px;
        left: 63%;
    }

    #breakUpCountry .bulletsContainer .photoReal {
        width: 130px;
        height: 43px;
        top: -125px;
        left: 83%;
    }

    #breakUpCountry .bulletsCopyContainer .bulletCopy {
        width: 90%;
        padding: 10px 0 15px 0;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .seeCountryContainer {
        height: auto;
    }

    #breakUpCountry .seeCountryContainer table {
        margin-top: -40px;
    }

    #breakUpCountry .seeCountryContainer .inAction {
        margin: 15px auto;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }

    #breakUpCountry .seeCountryContainer .countryLarge {
        width: 100px;
        background-size: contain;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry {
        background: url(img/arrow10_left.jpg) no-repeat;
        margin-right: 3px;
    }

    #breakUpCountry .seeCountryContainer #nextSeeCountry {
        background: url(img/arrow10_right.jpg) no-repeat;
    }

    #breakUpCountry .seeCountryContainer #prevSeeCountry:hover, #breakUpCountry .seeCountryContainer #nextSeeCountry:hover {
        background-position: 0 0;
    }

    #breakUpCountry .seeCountryContainer .item {
        width: 318px;
        padding: 10px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer video {
        top: -32px;
    }

    #breakUpCountry .seeCountryContainer .thumbnailContainer {
        width: 308px;
        height: 174px;
        background-color: #000000;
    }

    #breakUpCountry .seeCountryContainer .thumbnail {
        width: 350px;
        top: -22px;
        left: -20px;
    }

    #breakUpCountry .seeCountryContainer .title {
        width: 100%;        
        font-size: 17px;        
        line-height: 22px;
        margin: 6px 0 0 0;
        white-space: normal !important;
    }

    #breakUpCountry .seeCountryContainer .duration {
        display: block;
    }

    #breakUpCountry .seeCountryContainer .watch {
        font-family: Helvetica, sans-serif;
        font-size: 12px;
        color: #828181;
    }

    #breakUpCountry .seeCountryContainer .rightShadow {
        display: block;
    }

    #breakUpCountry .statusEarnedContainer {
        height: auto;
    }

    #breakUpCountry .statusEarnedContainer .copy2 {
        width: 80%;
        font-size: 19px;
        line-height: 24px;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol {
        width: 21%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedMiddleCol {
        width: 60%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol {
        width: 20%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol img {
        max-width: 130%;
        width: auto;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol img {
        max-width: 130%;
        width: auto;
    }

    #breakUpCountry .moreContainer {
        height: 500px;
    }

    #breakUpCountry .moreContainer .more {
        width: 100%;
    }

    #breakUpCountry .moreContainer .logo {
        width: 400px;
        height: 206px;
        margin: 0 auto;
    }

    #breakUpCountry .moreContainer .buttonsContainer {
        width: 907px;
        margin: 0 auto;
    }

    #breakUpCountry .moreContainer .buttonsContainer a {
        width: 230px;
	    display: block;
        font-size: 24px;
        margin: 6% auto;
        margin-right: 2%;
        padding: 5px 25px 5px 25px;
        float: left;
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1200px) and (orientation: landscape)
{
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
        padding: 18px 0 0 18px;
        display: block;
    }

    breakUpCountry .videoContainer {
        height: 320px;
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 500px;
        height: 248px;
        margin: 0 auto;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 500px;
        height: 248px;
        padding: 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 500px;
        height: 294px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }
}


@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: landscape)
{
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
        padding: 18px 0 0 18px;
        display: block;
    }

    #breakUpCountry .videoContainer {
        height: 450px;
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 750px;
        height: 372px;
        margin: 0 auto;
        padding-top: 15px;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 750px;
        height: 372px;
        padding: 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 750px;
        height: 422px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait)
{
    #breakUpCountry #mobileHeaderContainer {
        width: 100%;
        height: 61px;
        background: url(img/enterpriseheader_rptbkg.jpg) repeat-x;
    }

    #breakUpCountry #mobileHeaderContainer a {
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
        padding: 18px 0 0 18px;
        display: block;
    }

    #breakUpCountry .videoContainer {
        height: 320px;
        background-size: contain;
    }

    #breakUpCountry .videoContainer .video {
        width: 500px;
        height: 248px;
        margin: 0 auto;
        padding-top: 15px;
    }

    #breakUpCountry .videoContainer .embeddedVideo {
        display: none;
    }

    #breakUpCountry .videoContainer .watchTrailer {
        width: 500px;
        height: 248px;
        padding: 0;
    }

    #breakUpCountry .videoContainer .mobileVideo {
        width: 500px;
        height: 294px;
        margin: 0 auto;
        display:block;
        background-color: #000000;
    }

    #breakUpCountry .bulletsContainer {
        height: 261px;
    }

    #breakUpCountry .bulletsContainer .bullets {
        width: 50px;
        height: 51px;
        background-size: 50px auto;
    }

    #breakUpCountry .bulletsContainer .bullets:hover {
        background-position: 0 0;
    }

    #breakUpCountry .bulletsContainer .bulletSelected {
        background-position: 0 -51px;
    }

    #breakUpCountry .bulletsContainer .label {
        font-size: 14px;
        line-height: 18px;
    }

    #breakUpCountry .bulletsContainer .contrasting {
        width: 90px;
        height: 73px;
        top: 40px;
        left: 3%;
    }

    #breakUpCountry .bulletsContainer .flawless {
        width: 90px;
        height: 43px;
        top: 80px;
        left: 24%;
    }

    #breakUpCountry .bulletsContainer .trueToNature {
        width: 90px;
        height: 43px;
        top: -90px;
        left: 42%;
    }

    #breakUpCountry .bulletsContainer .lifeSize {
        width: 90px;
        height: 43px;
        top: -20px;
        left: 62%;
    }

    #breakUpCountry .bulletsContainer .photoReal {
        width: 90px;
        height: 43px;
        top: -125px;
        left: 82%;
    }

    #breakUpCountry .bulletsCopyContainer .bulletCopy {
        width: 90%;
        padding: 10px 0 15px 0;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .statusEarnedContainer {
        height: auto;
    }

    #breakUpCountry .statusEarnedContainer .copy2 {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedLeftCol {
        display: none;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedMiddleCol {
        width: 80%;
        padding: 5%;
    }

    #breakUpCountry .statusEarnedContainer .statusEarnedRightCol {
        display: none;
    }

    #breakUpCountry .moreContainer {
        height: 500px;
    }

    #breakUpCountry .moreContainer .more {
        width: 100%;
    }

    #breakUpCountry .moreContainer .logo {
        width: 200px;
        height: 103px;
        margin: 0 auto;
    }

    #breakUpCountry .moreContainer .buttonsContainer {
        width: 100%;
    }

    #breakUpCountry .moreContainer .buttonsContainer a {
        width: 70%;
        margin: 6% auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }
}