﻿/*COVERPHOTO*/
.cover-img-s {
    height: 100vh !important;
    width: 100% !important;
    background-color: transparent !important;
}

.cover-img-in {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

@media screen and (max-width: 760px){
    .cover-img-s {
        height: 40vh!important;
    }
}

/*STAY MAIN*/
.stay-htl {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

/*HOTEL ROOMS*/
.htl-cover {
  /*  height: auto !important;*/
    width: 100% !important;
}

.htl-cover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}
.htl-cover-img-stay {
    display: flex;
    margin: 0 auto 0 auto;
    width: 575px !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

/*ICONS*/
.icon-sec{

}

.icon-col{
    text-align: center;
}

.icon-col img {
    width: 100px !important;
    text-align: center;
}

/*CASA*/
.inc-icons{
    width: 40px;
    height: 40px;
}

.sub-p-icn {
    font-family: OpeSans !important;
    font-size: 14px !important;
}

@media screen and (max-width: 768px){
    .inc-icons {
        width: 35px;
        height: 35px;
    }
}
