
 @media screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
 .newstc2 {
	margin-top: 10px!important;
}

.scitemcont-icons {
  margin-top: 37px !important;
 
}


 
}



@media screen and (min-width: 834px) and (max-width: 1080px) and (orientation: landscape) {
 
  .newstc2 {
	margin-top: 10px!important;
}
 
.scitemcont-icons {
  margin-top: 37px !important;
 
}
 
}


@media (max-width: 990px) {

    .fomeu2 li:nth-child(3) {
        text-align: left; /* You can adjust this if specific alignments are needed for smaller screens */
    }
}


@media (max-width: 767px) {
 
 
    .fomeu2 li:nth-child(3) {
        text-align: center; /* Center aligning for smaller screens */
    }
}



@media (max-width: 580px) {
 
 .fomeu2 {
	max-width: 500px;
}


}



/* Default styles */
.custom-iframe {
  width: 720px;
  height: 430px;
  border: 0;
}

/* For large devices (max-width: 1200px) */
@media screen and (max-width: 1200px) {
  .custom-iframe {
    width: 600px;
    height: 360px;
  }
}

/* For tablets (max-width: 992px) */
@media screen and (max-width: 992px) {
  .custom-iframe {
    width: 500px;
    height: 270px;
  }
}

/* For small tablets and large phones (max-width: 768px) */
@media screen and (max-width: 768px) {
  .custom-iframe {
    width: 400px;
    height: 230px;
  }
}

/* For medium phones (max-width: 576px) */
@media screen and (max-width: 576px) {
  .custom-iframe {
    width: 320px;
    height: 200px;
  }
}

/* For small phones (max-width: 480px) */
@media screen and (max-width: 480px) {
  .custom-iframe {
    width: 300px;
    height: 180px;
  }
}

/* For very small phones (max-width: 320px) */
@media screen and (max-width: 320px) {
  .custom-iframe {
    width: 260px;
    height: 160px;
  }
}

 
