.wide {
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    border-top: 40px solid #fff;
    background: url('../images/background/folio.jpg?dummy=8484744');
    background-size: cover;
    overflow: scroll;
}

.divWrapper {
    /*width: 100%;*/
    margin-top: 10%;
    background: #fff0;
    font-size: 0.75em !;

  
}

.divWrapper div{
    margin-bottom: 10%;
    
}

.childContent {
    padding-top: 20px;
    background: rgba(218, 218, 218, 0.7);
    height: 100%;
    text-align: center;
    transition: 1s;
}
.childContent:hover {
cursor: pointer;
background: rgba(218, 218, 218, 1);
}

.childContent header {
    font-family: 'Bebas-Neue';
}

.childContent p {
    font-family: 'Century Gothic';
}

.modal {
    min-height: 80%;
    max-height: 80;
    height: 80%;
}

.carousel-item img {
    margin: 0 auto;
    min-height: 800px;
    
    width: 100%;
    object-fit: contain;
    opacity: 1;
    transition: opacity 0.3s;
}

.carousel-item {
    background-color: #1C1C1C;
}

.carousel-itemimg[data-src] {
    opacity: 0;
}

.landscape {
    height: 850px !;
}

.portrait {
    width: 500px !;
}

.modal-dialog {
    
    min-width: 65% !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
}

.modal {
    top: 11%;
    text-align: center;
    vertical-align: middle;
}

.modal-content {
   /* height:auto;*/
}


/*.modal{
    top:18%;
}
*/
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/

@media all and (min-width:1440px) {}

@media all and (min-width:1025px) and (max-width:1439px) {}

@media all and (min-width: 768px) and (max-width: 1024px) {}

@media all and (min-width: 480px) and (max-width: 768px) {
    .carousel-item igm {
        height: 400px;
    }
}

@media all and (min-height:400px) and (max-height:768px) {
    .divWrapper {
       /* margin-top: 50px;*/
    }
}




@media all and  (max-width:767px) {
    .carousel-item img {
        min-height: 481px;
        width:80%;
    }

    .divWrapper div{
        height: 380px
    }
}


@media all and  (min-width:768px) and  (max-width:991px) {
    .carousel-item img {
        min-height: 1184px;
        
    }

    .modal-dialog{
        min-width: 80%;
        max-width: 80%;
    }


    .divWrapper div{
        height: 365px;
    }

}


@media all and (min-width:992px) and (max-width:1199px) {
    
    .carousel-item img {
        min-height: 1184px;
        
    }

    .modal-dialog{
        min-width: 80%;
        max-width: 80%;
    }
}