
 .owl-prev,
 .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -4rem;
}

.owl-next {
  right: -1rem;
}

.instafeed{
    margin-top: 5rem;
    
    text-align: center;
}

.instafeed #instafeed-title{
    color: #e5b741;
}
.instafeed h2 {
    color: #25326e;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
    text-transform: uppercase;
    
}

.fa{
    color: grey;
}


#owl-insta{
    margin-top:20px;
    margin-bottom: 20px;
    margin-left:10px;

}

.owl-item{
    margin-right:0px;

}

.parallax-window .container{
    padding: 0 100px;

  
}

#owl-insta img {
    width: 300px;
    height: 250px;
    
}

@media only screen and (min-device-width : 768px) 
    and (max-device-width : 1024px) {

   #owl-insta img {
    width: 250px;
    height: 200px;
    
}
    .owl-next {
      right: -3rem;
}   

.owl-item{
    margin-right: 0px;
}

}
@media only screen and (max-width: 600px) {
   .parallax-window .container {
      padding: 0 100px;
   
   }
   #owl-insta img {
    width: 250px;
    height: 200px;
   
    
}
    .owl-next {
      right: -4rem;
}  
  .owl-prev {
     left: -4rem;
}

.parallax-window .container {
      padding: 0 50px;
      margin-right:30px;

   }

}

