/* custom CSS for Experience your College like never before */

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

#experience-your-college-like-never-before-facebook-widget- > iframe {

width: 238px;

}

#experience-your-college-like-never-before-instagram-widget- {

height: 246px;

}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

#experience-your-college-like-never-before-instagram-widget- {

height: 420px;

}

#experience-your-college-like-never-before-facebook-widget- > iframe {

width: 400px;

}

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

#experience-your-college-like-never-before-facebook-widget- > iframe {

width: 238px;

}

#experience-your-college-like-never-before-instagram-widget- {

height: 246px;

}

}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

#experience-your-college-like-never-before-instagram-widget- {

height: 490px !Important;

}

}

/* ----------- iPhone 6 ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

#experience-your-college-like-never-before-instagram-widget- {

height: 290px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

#experience-your-college-like-never-before-instagram-widget- {

height: 346px;

}

#experience-your-college-like-never-before-facebook-widget- > iframe {

width: 330px;

}

}



/* ----------- iPhone 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

#experience-your-college-like-never-before-instagram-widget- {

height: 336px;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

#experience-your-college-like-never-before-instagram-widget- {

height: 376px;

}

#experience-your-college-like-never-before-facebook-widget- > iframe {

width: 370px;

}

}

