.width-full {
    width: 95% !important;
}

.container {
    padding: 20px 0;
    max-width: 90% !important;
}

.background-about {
    /* background-image:url('images/demo/backgrounds/01.png'); */
    background-size: cover;
    border-radius: 30px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.padding
{
    padding: 0px 0px 15px 0px;
}


.overlay.light::after {
    background-color:#f7f5f5;
}

.transform
{
    font-style: italic;
    color: #576587;
    text-transform: none !important;
    text-align:left
}

ul {
    list-style: inside !important;
    font-size: medium;
}

img {
    border-style: none !important;
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px){
	.grid {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (max-width:750px){
	.grid {
        display: block !important;
    }

    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (min-width:451px) and (max-width:900px){
	.grid {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}

@media screen and (max-width:450px){
	.grid {
        display: block !important;
    }
    #ctdetails figure > ul li:last-child {
        margin: 5px;
    }
}
