    h1 {
        font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0;
        line-height: 1.1;
    }

    p {
        margin-bottom: 10px;
        line-height: 1.3;
    }

    /*.aspect-ratio-handler {
        width: 100%;
        padding-bottom:50% ;
        height:0;
        position: relative;
    }*/

    .banner {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background: #5a5c53;
        flex-direction: column;
        background-image: url(../img/2560x800_flexikon-boomer.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 20px;
        justify-content: flex-start;
    }

    .container {
        width: 100%;
        max-width: 1200px;    
        margin: auto;
    }

    .text {
        width:60%;
        color: #fff;
    }


    .cta {
        align-self: flex-start;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        
    }
    .is-button {
        background: #9c3;
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        transition: background .3s ease;
        border-radius: 5px;
        padding: 5px 10px
    }
    .is-button:hover {
        background: #690;
    }

    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
   
    .text h1 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }  
    /*********Edit this only if there is no other way*********/

    .text p {
        font-size: .8rem;
    }
@media screen and (min-width: 420px) {
	.text {
        width:50%;
    }
	
    .is-button {
        font-size: 16px;
    }
    .text p {
        font-size: 1rem;
    }

    .text h1 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 576px) {
    .is-button {
        padding: 10px 30px
    }
    
    .content{
        padding: 0 20px
    }
    
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/

    .text h1 {
        font-size: 2.5rem;
    }
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    /*.aspect-ratio-handler {
        padding-bottom:33.33333% ;
    }*/
    
    .content {
        padding: 0 40px;
    }
	
	.text {
        width:53%;
    }
    
    .banner {
        background-size: cover;
        background-position: right center;
    }

    .cta {
        margin-bottom: 60px;
    }



    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/

    .text h1 {
        font-size: 3rem;
    }
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: 1.3rem;
    }

}
@media screen and (min-width: 1200px) {
    .content {
        padding: 0 60px;
    }
	
	.text {
        width:60%;
    }

    .banner { 
        background-size: cover;
        background-position: right center;
    }
    .container {
        max-width: 1600px;
    }

  /* .aspect-ratio-handler {
        padding-bottom: 100vh ;
    }*/
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .content h1 {
        font-size: 3.5rem;
        
    }
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: 1.75rem;
    }
    .is-button {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1360px) {
	.banner { 
        background-size: cover;
        background-position: right center;
    }

}
/**Viewport Frank**/

@media screen and (min-width: 1920px) {
    
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .content h1 {
        font-size: 4rem;
    }
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: 2rem;
    }

    .banner {
        background-size: 80%;
        background-position: right center;
    }
}

@media screen and (min-width: 2560px) {
    
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .container {
        max-width: 2048px;
    }
}