.ctm-boxImg_wrapper {
    display: flex;
    justify-content: center; align-items: center;

    transition: all .2s ease;
}
.ctm-boxImg_wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.ctm-boxImg {
    object-fit: contain;
    width: 80% !important;
    height: 160px !important;

    /*border: 1px solid #f6f6f6;*/
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000060;

    transition: all .2s ease;
    cursor: pointer;
}
.ctm-boxImg:hover {
    box-shadow: 0px 0px 20px #00000080;
}


.img_overlay {
    position: absolute;
    width: inherit; height: inherit;
    border-radius: 10px;

    /*background-color: #192f59 !important;*/
    /*background-color: #444 !important;*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.9;
}

.eleTitle {
    position: relative;
    /*vertical-align: middle;*/
    padding-top: 60px;
    
    color: white !important;
    font-weight: bold;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {  /*mobile*/
	.ctm-pgSchool__section {
		padding: 50px 0 !important;
	}
}
@media only screen and (max-width: 995px) {  /*mobile*/
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 680px) {  /*mobile*/
	.row{
		margin: 0 !important;
		padding: 20px !important;
	}

	.widget-categories>div {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	dateArrow {
		display: none;
	}
}