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


/* Resetting default margins/padding */
body, h1, p {
    margin: 0;
    padding: 0;
  }
  .article-box{
    width: 60%;
    margin: auto;
    margin-top: 40px;

  }
  /* Style for the article header */
  .article-header {
    text-align: center;
    padding: 20px;
  }
  
  .article-title {
    font-size: 40px;
    font-weight: bold;
    font-family: alk;
  }
  
/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
  }
  
  .video-blog{
    width: 100%;
    height: 500px;
  }
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  /* Style for the author info */
  .author-info {
    text-align: left;
    padding: 10px 0px 10px 20px;
    font-size: 20px;
    font-family: alk;
  }
  
  /* Style for the article content */
  .article-content {
    padding: 20px;
    font-family: firago;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
  }



  /* Your existing CSS styles remain the same */
/* ... */

/* Style for the photo slider */
.photo-slider {
  text-align: center;
  padding: 20px;
  position: relative;
}

/* Style for the slider container */
.slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

/* Style for each slide */
.slide {
  flex: 0 0 auto;
  display: none;
  width: 100%;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

/* Style for the navigation buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.prev {
  left: 20px;
}

.next {
  right:20px;
}
}

@media only screen and (max-width: 1023px) {
/* Resetting default margins/padding */
body, h1, p {
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
  }
  .article-box{
    width: 100%;
    margin: auto;
    margin-top: 40px;

  }
  /* Style for the article header */
  .article-header {
    text-align: center;
    padding: 20px;
  }
  
  .article-title {
    font-size: 40px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
    font-family: alk;
  }
  
/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
  }
  
    .video-blog{
    width: 100%;
    height: 300px;
  }
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  /* Style for the author info */
  .author-info {
    text-align: left;
    padding: 10px 0px 10px 20px;
    font-size: 20px;
    font-family: alk;
  }
  
  /* Style for the article content */
  .article-content {
    padding: 20px;
    font-family: firago;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
  }



  /* Your existing CSS styles remain the same */
/* ... */

/* Style for the photo slider */
.photo-slider {
  text-align: center;
  padding: 20px;
  position: relative;
}

/* Style for the slider container */
.slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

/* Style for each slide */
.slide {
  flex: 0 0 auto;
  display: none;
  width: 100%;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

/* Style for the navigation buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.prev {
  left: 20px;
}

.next {
  right:20px;
}
}

