img { display: unset !important;}

.marquee1 {
    color: #b5090e;
    font-size: x-large;
    padding-top: 10px;
    padding-bottom: 5px;
}

@media screen and (max-width:978px){
	.sectiontitle {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (max-width:750px){
	.sectiontitle {
        display: block !important;
    }

    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (min-width:451px) and (max-width:900px){
	.sectiontitle {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (max-width:450px){
	.sectiontitle {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}