.condividi_img {
  width: 100%;
  max-width: 28px;
  height: auto;
  float: left;
  margin-right: 7px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: rgba(241, 240, 236, 0.9);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.modal-content {
    width: 100%;
    max-width: 900px;
    height: 60vh;
    position: fixed;
    background-color: #fff8f0;
    border-radius: 10.3px;
    box-shadow: 2.8px 2.8px 2.8px 0 rgb(26 24 24 / 30%);
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    top: calc( 50% + 45px);
    transform: translateY(-50%);
}

.close {
    color: #000000;
    float: right;
    font-size: 40px;
    position: absolute;
    font-weight: 400;
    top: -40px;
    right: 0px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  position: relative;
  padding: 2px 16px;
  background-color: transparent;
  opacity: 1;
  color: black;
}

.modal-body {
	padding: 0 16px;
	background-color: #fff8f0;
	opacity: 1;
	text-align: center;
	border-radius: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social_preview_div {
  width: 100%;
  text-align: center;
  padding: 20px;
	height: 100%;
}

.social_preview_div img {
  width: 100%;
  height: auto;
}


@-webkit-keyframes slideIn {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.iframe-cards{
	width: 100%; 
	height: calc(60vh - 50px);
	overflow: hidden;
}

@media only screen and (max-width: 320px) {		
	.iframe-cards{
		width: 100%; 
		height: calc(70vh - 50px);
		overflow: hidden;
	}
	
	.social_preview_div {
		width: 100%;
		text-align: center;
		padding: 5px 0 0 0;
	}
}

@media only screen and (max-height: 710px)  and (min-width: 481px) {		

  .modal-content {
    height: 70vh;
}

.tondo.condividi img {
  width: 40px;
}

.download.condividi img {
  width: 16px;
}

.iframe-cards {
  height: calc(67vh - 50px);
}


	.social_preview_div {
    	padding: 5px;
	}
}