/*
 Theme Name:     MGL Agency-child
 Theme URI:      https://mglagency.com/
 Description:    A child theme of MGL Agency Theme.
 Author:         MGL Agency
 Author URI:     https://mglagency.com/
 Template:       mglagency
 Version:        1.0.0

*/



/* Add Custom CSS after this line */

#popup {
	display: none;
	position: fixed;
    z-index: 1200;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50vh;
}

#popup img {
	height: 100%;
    object-fit: contain;
}

#closeBtn {
	background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
	color: black;
    background: white;
    margin-left: 12px;
}









/*Responsive CSS*/
@media only screen and (min-width:1600px) and (max-width:1920px) {

}
@media only screen and (max-width:1350px) {

}
@media only screen and (min-width:1024px) and (max-width:1200px) {

}
@media only screen and (max-width:1000px) {

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media only screen and (max-width:1023px) {

}
@media only screen and (max-width:767px) {

}
@media (min-width: 320px) and (max-width: 415px) {

}
