/* =========================

App: Fyre
Version: 1.0
Author: Hardik Manktala
Contact:
	- http://www.hardikmanktala.com
	- chat@hardikmanktala.com
	- Skype: hardik.manktala

========================= */
/* ======================

responsive.css - Media Queries

======================= */
/* ====================
TABLE OF CONTENTS

+ Screen Size <= 1024px
+ Screen Size <= 768px
+ Screen Size <= 500px

======================= */
@media screen and (max-width: 1024px) {
  #cover.video-bg .video-holder iframe {
    min-width: 235vw; } }
@media screen and (max-width: 768px) {
  #cover .float-cover-content {
    z-index: 50; }

  #cover.video-bg .video-holder iframe {
    min-width: 235vw; }

  #fyre-modal {
    min-width: 100vw; }
    #fyre-modal .actual-content {
      min-width: 100vw; }
    #fyre-modal .fyre-close-modal {
      display: block !important; } }
@media screen and (max-width : 513px ){
  #cover.video-bg .video-holder iframe {
    min-width: 310vw; }
	
  #cover .fyre-waves-controls {
    display: none; } }

/*# sourceMappingURL=responsive.css.map */
