/* Start custom CSS */@media screen and (max-width: 1024px){
        body{
        background-color: #16163F;
    }    
}
.tdd_horizontal_wrapper {
    background-color: #16163F;
    min-height:100vh;
}

.tdd_horizontal_wrapper #ani_section_one,
.tdd_horizontal_wrapper #ani_section_two,
.tdd_horizontal_wrapper #ani_section_three, 
.tdd_horizontal_wrapper #ani_section_four, 
.tdd_horizontal_wrapper #ani_section_five, 
.tdd_horizontal_wrapper #ani_section_six, 
.tdd_horizontal_wrapper #ani_section_seven, 
.tdd_horizontal_wrapper #ani_section_eight{
    position: absolute;
    left: 0px;
    width: 100vw;
}


@media screen and (min-width: 1024px){
    .tdd_horizontal_wrapper {
        background-color: #16163F;
        height:85vh;
    }
    .tdd_horizontal_wrapper #ani_section_one,
    .tdd_horizontal_wrapper #ani_section_two, 
    .tdd_horizontal_wrapper #ani_section_three, 
    .tdd_horizontal_wrapper #ani_section_four, 
    .tdd_horizontal_wrapper #ani_section_five, 
    .tdd_horizontal_wrapper #ani_section_six, 
    .tdd_horizontal_wrapper #ani_section_seven, 
    .tdd_horizontal_wrapper #ani_section_eight{
        position: absolute;
        top: 0px;
        width: 100vw;
    }
    
}
.tdd_horizontal_wrapper #ani_section_two, 
.tdd_horizontal_wrapper #ani_section_2_heading,
.tdd_horizontal_wrapper #ani_section_2_inner,
.tdd_horizontal_wrapper #ani_section_2_text_left,
.tdd_horizontal_wrapper #ani_section_2_text_middle,
.tdd_horizontal_wrapper #ani_section_2_text_right,
.tdd_horizontal_wrapper #ani_section_three, 
.tdd_horizontal_wrapper #ani_section_3_heading,
.tdd_horizontal_wrapper #ani_section_3_inner,
.tdd_horizontal_wrapper #ani_section_3_text_left,
.tdd_horizontal_wrapper #ani_section_3_text_middle,
.tdd_horizontal_wrapper #ani_section_3_text_right,
.tdd_horizontal_wrapper #ani_section_four,
.tdd_horizontal_wrapper #ani_section_4_heading,
.tdd_horizontal_wrapper #ani_section_4_inner,
.tdd_horizontal_wrapper #ani_section_4_text_left,
.tdd_horizontal_wrapper #ani_section_4_text_middle,
.tdd_horizontal_wrapper #ani_section_4_text_right,
.tdd_horizontal_wrapper #ani_section_five, 
.tdd_horizontal_wrapper #ani_section_5_heading,
.tdd_horizontal_wrapper #ani_section_5_inner,
.tdd_horizontal_wrapper #ani_section_5_text_left,
.tdd_horizontal_wrapper #ani_section_5_text_middle,
.tdd_horizontal_wrapper #ani_section_5_text_right,
.tdd_horizontal_wrapper #ani_section_six, 
.tdd_horizontal_wrapper #ani_section_6_heading,
.tdd_horizontal_wrapper #ani_section_6_inner,
.tdd_horizontal_wrapper #ani_section_6_text_left,
.tdd_horizontal_wrapper #ani_section_6_text_middle,
.tdd_horizontal_wrapper #ani_section_6_text_right,
.tdd_horizontal_wrapper #ani_section_seven,
.tdd_horizontal_wrapper #ani_section_7_heading,
.tdd_horizontal_wrapper #ani_section_7_inner,
.tdd_horizontal_wrapper #ani_section_7_text_left,
.tdd_horizontal_wrapper #ani_section_7_text_middle,
.tdd_horizontal_wrapper #ani_section_7_text_right,
.tdd_horizontal_wrapper #ani_section_eight,
.tdd_horizontal_wrapper #ani_section_8_heading,
.tdd_horizontal_wrapper #ani_section_8_text_inner,
.tdd_horizontal_wrapper #ani_section_8_text_left,
.tdd_horizontal_wrapper #ani_section_8_text_middle,
.tdd_horizontal_wrapper #ani_section_8_text_right{
    opacity: 0;
}/* End custom CSS */