/*

Theme Name:		        Salmon — Child
Theme URI: 		        https://salmon.forqy.website/
Description:            Child theme for a Salmon — Restaurant WordPress Theme
Text Domain: 			salmon-child
Version:				1.0.0

Template:		        salmon
Template Version: 		1.3.6

Author: 		        FORQY
Author URI:             https://forqy.website/

License:				GPL-3.0-or-later
License URI:			https://www.gnu.org/licenses/gpl-3.0-standalone.html

*/

	.fy-image-cover img {
	object-fit: contain !important;
}

@media (max-width:768px){
	.fy-image-cover img {
	object-fit: fill !important;
}
	.left-digital{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
	.right-digital{
	display: flex;
    flex-direction: row;
    justify-content: space-around !important;
}
}

.left-digital{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.right-digital{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}


@media (min-width: 500px) and (max-width: 768px){
.fy-image-cover img {
    object-fit: contain;
}
.fy-slideshow-container {
    position: relative;
    width: 100%;
    height: calc(100vh - (180px + 80px));
    min-height: 400px;
    max-height: 943px;
    overflow: visible;
    border-top: 0px solid transparent;
}

.fy-image-cover img, .fy-image-contain img, .fy-image-fill img {
    position: absolute;
    min-width: 100%;
    /*height: 50%;*/
    top: 0;
    left: 0;
    z-index: 1;
    object-position: center center;
}
a.fy-slideshow-badge.fy-slideshow-badge-rounded.cs-badge {
    display: none;
}
}

@media (max-width: 499px){
.fy-image-cover img {
    object-fit: contain !important;
}
.fy-slideshow-container {
    position: relative;
    width: 100%;
    height: calc(100vh - (180px + 80px));
    min-height: 400px;
    max-height: 943px;
    overflow: visible;
    border-top: 0px solid transparent;
}

.fy-image-cover img, .fy-image-contain img, .fy-image-fill img {
    position: absolute;
    min-width: 100%;
    height: auto !important;
    top: 0;
    left: 0;
    z-index: 1;
    object-position: center center;
}

}