.media-center-sc {
    margin: 3rem 0;
}
.video-gallery-main {
	margin-top: 2rem;
	position: relative;
}
.video-gallery-main::after {
    content: '';
    background-image: url(../images/Video_Icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: 0 auto;
    width: 57px;
    height: 40px;
    cursor: pointer;
}
.photo-gallery-main {
    margin-top: 2rem;
    position: relative;
}
.photo-1, .photo-3 {
    margin-top: 5rem;
}
.photo-gallery-main .search-icon {
	display: none;
	transition: all 0.5s ease-in-out;
}
.photo-gallery-main:hover .search-icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    cursor: pointer;
}
.photo-gallery-main::before {
    content: '';
    width: 96%;
    background-color: #f0f8fb;
    position: absolute;
    height: 0%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
}
.photo-gallery-main:hover::before {
	height: 95%;
}

@media(min-width:1025px) and (max-width:1199.90px){}

@media(min-width:992px) and (max-width:1024.90px){}

@media(min-width:768px) and (max-width:991.90px){

}

@media(min-width:481px) and (max-width:767.90px){
	.photo-gallery-main img {
	    width: 60%;
	    margin: 0 auto;
	    display: block;
	}
	.photo-gallery-main::before {
		width: 55%;
		top: 10px;
	}
	.photo-gallery-main .search-icon {
		width: 20%;
	}
	.photo-gallery-main:hover .search-icon {
		top: 45%;
	}
	.photo-1, .photo-3 {
    	margin-top: 0;
	}
	.video-gallery-main {
		width: 74%;
		margin: 2rem auto 0;
	}
}

@media(min-width:320px) and (max-width:480.90px){
	.photo-gallery-main img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	.photo-gallery-main::before {
		top: 10px;
	}
	.photo-gallery-main .search-icon {
		width: 20%;
	}
	.photo-gallery-main:hover .search-icon {
		top: 45%;
	}
	.photo-1, .photo-3 {
    	margin-top: 0;
	}
	.video-gallery-main {
		width: 100%;
		margin: 2rem auto 0;
	}
}	