@media screen and (max-width: 720px) {
    .vc_empty_space {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .about_video_one {
        display: none;
    }
}

.thrift_video 
    {
        height: 1000px;
    }

@media screen and (max-width: 720px) 
{
    .thrift_video 
    {
        display: none;
    }
}

.ways_to_give {
	color: #18168E;
}