#description-header {
    height: 30vw;
    width: 100vw;
    background-image: url("https://static.igem.wiki/teams/5437/project-headers/description-header/description.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 40%;
    box-shadow:0 0 80px 80px #F6F1DA inset;
}

.title_name {
    text-align: left !important;
}

@media (max-width: 1200px) {
    .form_title {
        width:80vw;
    }

    .fig {
        width: 55vw !important; 
        height:auto;
    }
}

@media (max-width: 992px) {
    .form_title {
        width:80vw;
    }

    .fig {
        width: 55vw !important; 
        height:auto;
    }
}

@media (max-width: 768px) {
    .form_title {
        width:80vw;
    }

    .fig {
        width: 75vw !important; 
        height:auto;
    }

    
}


@media (max-width: 576px) {
    .form_title {
        width:80vw;
    }

    .fig {
        width: 70vw !important; 
        height:auto;
    }
    
}

@media (max-width: 400px) {
    .form_title {
        width:80vw;
    }

    .fig {
        width: 80vw !important; 
        height:auto;
    }
    
}
