#year-buttons button {
    width: 80px;
}

.container-visualizer{
    width: 500px;
}


@media (max-width: 321px) {
    .container-visualizer {
        width: 210px;
        margin-left: 10px;
    }

}

@media(min-width: 321px) and (max-width: 400px){
    .container-visualizer {
        margin-left: 50px !important;
        width: 210px;
    }
	
	.text-container{
		margin-top: 50px;
	}
	
    .description-container {
        padding: 20px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
    .container-visualizer {
        margin-left: 50px !important;
        width: 210px;
    }
	
	.text-container{
		margin-top: 50px;
	}
	
    .description-container {
        padding: 20px !important;
    }

}

@media only screen and (min-width: 480px) and (max-width: 720px) {
    .container-visualizer {
        width: 350px;
		margin-left: 30px !important;
    }
	
	.text-container{
		margin-top: 50px;
		text-align: center;
	}
	
    .description-container {
        margin-top: 10px;
    }

}

@media only screen and (min-width: 720px) and (max-width: 991px) {
	
	.text-container{
		margin-top: 50px;
		text-align: center;
	}
	
    .description-container {
        margin-top: 50px;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	
    .description-container {
        margin-top: 50px;
    }
	
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {

    .description-container {
        margin-top: 50px;
    }
	
    .short-description-text{
        text-align: left;
        margin-left: 10%;
    }

}
