/* CSS Document */

.my_gallery{			
	background:url(../pattern/ptrn1.png);
	background-size: cover;			
}
.my_gallery_in{
	padding: 40px 0px;
	text-align: center;
}
.my_gallery_head{
	display: flex;
	width: 80%;
	margin: 0 auto;
	border-bottom: 2px solid #eaf5ff;
}
.my_gallery_head a{
	flex:1;
	border-bottom: 4px solid #ffffff;
	font-family: 'Alkatra';
	color: #0080ff;
	font-size: 30px;
	padding: 6px 4px;
	opacity: 0.5;
	transition: ease-in-out 0.3s all;

}
.my_gallery_head a:hover{
	cursor: pointer;
	opacity: 1;
	border-color: #0080ff;
}
a.my_gallery_head_active{
	border-color: #0080ff;
	opacity: 1;
}
.my_gallery_photo{
	overflow: hidden;
	padding: 20px 0px;
}



.my_gallery_photo section {
	width: 33.333%;
	float: left;
	overflow: hidden;
}
.my_gallery_photo a{
	width:100%;
	height:250px;
	display:block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-position: 50%,50%;
	background-repeat: no-repeat,no-repeat;
	background-size: cover,20%;
	transition:ease-in-out 0.2s all;
	border-radius: 15px;
}
.my_gallery_photo a:hover{
	background-position: 100%,50%;
	background-size: cover,40%;
}
.my_gallery_photo section p{
	position:relative;
}
.my_gallery_photo a{
}
.my_gallery_photo small{
	background:rgba(0,0,0,0.3);
	text-align:right;
	font-size:12px;
	color:#FFF;
	line-height:18px;
	position:absolute;
	width:96%;
	bottom:-60px;
	left:0px;
	padding:2%;
	height:35px;
	overflow:hidden;
	transition:ease-in-out 0.2s all;
}
.my_gallery_photo aside {
	margin: 15px;
	border: 6px solid #ffffff;
	display: block;
	opacity: 0.8;
	overflow: hidden;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.1);
	border-radius: 25px;
	position:relative;
	background: #ffffff;
	border: 1px dashed #0080ff;
	padding: 10px;
}
.my_gallery_photo aside:hover small{
	bottom:0px;
}

.my_gallery_photo iframe {
    width: 100%;
    display: block;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 15px;
}
@media screen and (max-width:1100px){
}
@media screen and (max-width:1024px){
	/**RCss**/
	.my_gallery_photo section{
		width: 50%;
	}
}
@media screen and (max-width:931px){
}
@media screen and (max-width:768px) {
	.sv_width3{
		width: 100%;
	}
}
@media screen and (max-width:480px) {	
	.my_gallery_photo section{
		width: 100%;
		float: none;
	}
	.my_gallery_head{
		width: 95%;
		align-items: flex-end;
	}
	.my_gallery_head a{
		font-size: 20px;
	}
}