.close-modal {
    width: 100%;
    text-align: center;
    cursor: pointer;
    position:absolute;
    z-index:9900;
}
.close-modal img {
    position: absolute;
    right:10%;
    z-index:10;
    margin-top:3%;
}
#animatedModal{
	z-index:9999;
}

@media screen and (max-width:1366px) {}
@media (min-width: 980px) and (max-width: 1180px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media screen and (max-width:767px) {
	.close-modal img {
	    right:5%;
	    width:40px;
        margin-top:3%;
	}
}
@media screen and (max-width:330px) {}
@media screen and (max-width:300px) {}