* {
    box-sizing: border-box; 
}

html{
    width: 100%;
}

.zoomy img {
    touch-action:none;
}

.zoomy {
    position: relative;
    display: inline-block;
}

.zoomy img {
    display: block;
    float: left;
    width: 59%;
}

.zoomy-flyout {
    display: block;
    float: left;
	width: 39%;
    height: 300px;
	margin-left: 2%;
    background-repeat: no-repeat;
}

.zoomy-info {
    clear:both;
    height: 350px;
    display: block;
	/*float: left;*/
	/*width: 37%;*/
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 30px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(172, 152, 119, .4);
}

.zoomy-info::-webkit-scrollbar{
     background-color: rgba(172, 152, 119, .0);
    
}

.zoomy-info div.title{
    font-size: 20px;
    text-align: center;
}

.rank {
    margin-left: 20px;    
}

.nationalDebt {
    margin-left: 20px;    
}

@media all and (max-width: 950px) {
    .zoomy {
        display: block;
        width: 100%;

    }
    .zoomy img  {
        float: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .zoomy-flyout {
        width: 100%;
        height: 250px;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .zoomy-info {
        float: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 6%;
    }

}