* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Merriweather', serif;
}

h2.title {
    font-size: calc(20px + 1.5vw);
    font-weight: 500;
}

p.details-content {
    font-size: calc(12px + .5vw) !important;
}


/* main#kfc-social-activity h2 {
    font-size: 40px;
} */

.parent img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#weaving-dreams .icons .icon {
    border-radius: 50%;
    background-color: white;
    padding: 20px;
    cursor: pointer;
}

.parent {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 25px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 3;
}

.div2 {
    grid-area: 1 / 3 / 3 / 5;
}

.div3 {
    grid-area: 2 / 1 / 3 / 2;
}

.div4 {
    grid-area: 2 / 2 / 3 / 3;
}

.div5 {
    grid-area: 1 / 5 / 2 / 6;
}

.div6 {
    grid-area: 1 / 6 / 2 / 8;
}

.div7 {
    grid-area: 1 / 8 / 3 / 10;
}

.div8 {
    grid-area: 2 / 7 / 3 / 8;
}

.div9 {
    grid-area: 2 / 5 / 3 / 7;
}

.parent div {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -15px 10px 0px 0px rgba(232, 228, 227, 0.75);
    -webkit-box-shadow: -15px 10px 0px 0px rgba(232, 228, 227, 0.75);
    -moz-box-shadow: -15px 10px 0px 0px rgba(232, 228, 227, 0.75);
}

#copyright_color {
    margin: 0 12px;
}

#copyright_color .divs div {
    height: 70px;
    width: 60px;
    background-color: #FE0000;
}

#weaving-dreams .icon:hover {
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 225, 225, 0.4);
    }
    5% {
        transform: scale(1.01);
    }
    15% {
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 50px rgba(194, 181, 180, 0);
    }
    100% {
        box-shadow: 0 0 0 100px rgba(167, 157, 157, 0);
    }
}

@media only screen and (max-width: 1199px) {
    #weaving-dreams .icons .icon {
        padding: 15px;
    }
    
    
}

@media only screen and (max-width: 991px) {
    #weaving-dreams .icons img {
        height: 60px;
        width: 60px;
    }
    .parent {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
    .div1 {
        grid-area: 1 / 3 / 2 / 5;
    }
    .div2 {
        grid-area: 1 / 1 / 3 / 3;
    }
    .div3 {
        grid-area: 2 / 3 / 3 / 4;
    }
    .div4 {
        grid-area: 2 / 4 / 3 / 5;
    }
    .div5 {
        grid-area: 3 / 5 / 4 / 6;
    }
    .div6 {
        grid-area: 3 / 6 / 4 / 7;
    }
    .div7 {
        grid-area: 1 / 5 / 3 / 7;
    }
    .div8 {
        grid-area: 3 / 3 / 4 / 5;
    }
    .div9 {
        grid-area: 3 / 1 / 4 / 3;
    }
    
    .vid-wrap {
    height: 750px!important;

     }
}

@media only screen and (max-width: 767px) {
    #weaving-dreams .icons img {
        height: 80px;
        width: 80px;
    }
    .parent {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(5, 200px);
    }
    .div1 {
        grid-area: 3 / 1 / 4 / 3;
    }
    .div2 {
        grid-area: 1 / 1 / 3 / 3;
    }
    .div3 {
        grid-area: 1 / 3 / 2 / 4;
    }
    .div4 {
        grid-area: 1 / 4 / 2 / 5;
    }
    .div5 {
        grid-area: 2 / 3 / 3 / 4;
    }
    .div6 {
        grid-area: 5 / 1 / 6 / 5;
        background-position: center;
    }
    .div7 {
        grid-area: 3 / 3 / 5 / 5;
    }
    .div8 {
        grid-area: 2 / 4 / 3 / 5;
    }
    .div9 {
        grid-area: 4 / 1 / 5 / 3;
    }
}

@media only screen and (max-width: 575px) {
    #weaving-dreams .icons .icon {
        padding: 5px 0px;
        height: 50px;
        width: 50px;
    }
    #weaving-dreams .icons img {
        height: 40px;
        width: 40px;
    }
    
    
    .vid-wrap {
    height: 204px !important;

}
    
    
    
    .parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(9, 200px);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .div1 {
        grid-area: 1 / 1 / 2 / 3;
    }
    .div2 {
        grid-area: 2 / 1 / 4 / 3;
    }
    .div3 {
        grid-area: 5 / 1 / 6 / 2;
        background-position: center;
    }
    .div4 {
        grid-area: 5 / 2 / 6 / 3;
    }
    .div5 {
        grid-area: 7 / 1 / 8 / 2;
    }
    .div6 {
        grid-area: 4 / 1 / 5 / 3;
    }
    .div7 {
        grid-area: 8 / 1 / 10 / 3;
    }
    .div8 {
        grid-area: 6 / 1 / 7 / 3;
    }
    .div9 {
        grid-area: 7 / 2 / 8 / 3;
    }
}




@media (min-width: 1024px) {
    .vid-wrap {
    height: 753px!important;
  }
   
}
@media (min-width: 1920px) {
    .vid-wrap {
    width: 100%;
    height:988px !important;
    background: white;
    opacity: 1;
    position: relative;
    overflow: hidden;

  }
   
}


    .vid-wrap {
    width: 100%;
    background: white;
    opacity: 1;
    position: relative;
    overflow: hidden;

  }

  .responsive-vid {
    padding-top: 56.25%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .responsive-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #player {
    opacity: 0;
    transition: all .5s ease-in-out;
  }
  .video__overlay {
    background: black;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video__title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 36px;
  }