.email-dropdown-content p {
    padding-bottom: 0
}

.email-dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(34, 34, 34, .5);
    color: #fff;
    width: max-content;
    width: -moz-max-content;
    right: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    padding: 12px 25px;
    border-radius: 25px;
    margin-top: 15px;
    z-index: 1
}

.email-dropdown:hover .email-dropdown-content {
    display: block;
}
.email {
    background: rgba(34, 34, 34, .5);
    height: 50px;
    padding: 11px 0;
    position: fixed;
    right: 135px;
    top: 10px;
    width: 50px;
    z-index: 9
}

.email > a {
    color: white;
    font-size: 20px
}

@media only screen and (max-width:767px) {
	.popup {
        width: 375px !important;
        height: 587px !important;
	}
}
