.rumo{
        max-width: 100vw !important;
    }
.rumo p{
	font-size:1.4em;	
}
    #rumo-hero img{
        width: 100%;
    }

    #rumo-intro, #rumo-cta{
        max-width: 900px;
        margin:0 auto;
        text-align: center;
        padding: 100px 10px;
    }

    #rumo-stores{
        max-width: 900px;
        margin:0 auto;
        text-align: center;
        padding-bottom: 100px;
        text-align: left;
    }

    #rumo-stores .halfwidth{
        width:50%;
        float:left;
        padding: 0 20px;
    }

    #rumo-youtube{
        max-width: 1110px;
        margin:0 auto;
    }

    #rumo-youtube iframe{
        width: 100%;
        height: calc(100vw*0.56);
        max-height: 624px;
    }

      .rumo-image{
            width: 100%;
        }
    
    #rumo-stores a img{
            width:45%;
        }
	
		.rumo h1{
            font-size: 2.6em;
			font-family:'VAG Rounded LT W01 Bold';
        }
        
    @media only screen and (max-width: 991px){
        #rumo-intro, #rumo-cta{
            padding: 50px 10px;
        }
        #rumo-stores{
            max-width: 70vw;
            margin:0 auto;
            text-align: center;
        }

      

        #rumo-stores .halfwidth{
                width:100%;
                float:none;
                clear: both;
                
            }
        
        

       .rumo h1{
            font-size: 1.4em;
        }
       .rumo p{
            font-size: .8em;
        }
    }